Update CI-entrypoint.sh to use AKS cluster as management cluster for testing locally #5268
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
ci-entrypoint.sh is leverages
create-dev-cluster.sh
->make create-cluster
->make create-management-cluster
that assumes KIND as default cluster for deploying Cluster-api-* resources.We should update
create-management-cluster
independent of$(MAKE) kind-create
so thatmake aks-create
could be used if needed.The text was updated successfully, but these errors were encountered: