Deploy with In-tree Cloud Provider Azure
Deploy a cluster with In-tree Cloud Provider Azure.
cluster-api-provider-azure can be used to provision a Kubernetes cluster with in-tree cloud-provider-azure.
export AZURE_SUBSCRIPTION_ID=<subscription-id>
export AZURE_TENANT_ID=<tenant-id>
export AZURE_CLIENT_ID=<client-id>
export AZURE_CLIENT_SECRET=<client-secret>
export CLUSTER_NAME=<cluster-name>
export AZURE_RESOURCE_GROUP=<resource-group>
export USE_IN_TREE_CLOUD_PROVIDER=true
make deploy-cluster
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified
August 23, 2022
: Update doc to replace aks-engine with capz (558358dd8)