Skip to content

Commit

Permalink
Update docs/book/src/developers/kubernetes-developers.md
Browse files Browse the repository at this point in the history
thanks Matt!

Co-authored-by: Matt Boersma <[email protected]>
  • Loading branch information
jackfrancis and mboersma authored Apr 14, 2022
1 parent 2527091 commit 7251cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/developers/kubernetes-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ CLUSTER_TEMPLATE=cluster-template-external-cloud-provider.yaml \
make create-workload-cluster
```

Once your cluster deploys you should receive the kubeconfig to the workload cluster. Set you `KUBECONFIG` environment variable to point to the kubeconfig file, and then use the official cloud-provider-azure Helm chart to deploy the cloud-provider-azure components using your custom built images:
Once your cluster deploys, you should receive the kubeconfig to the workload cluster. Set your `KUBECONFIG` environment variable to point to the kubeconfig file, then use the official cloud-provider-azure Helm chart to deploy the cloud-provider-azure components using your custom built images:

```bash
$ helm install --repo https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo cloud-provider-azure --generate-name --set infra.clusterName=${CLUSTER_NAME} \
Expand Down

0 comments on commit 7251cc7

Please sign in to comment.