We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c166776 + 39d4c3a commit 64e029cCopy full SHA for 64e029c
docs/external-cloud-provider.md
@@ -7,9 +7,7 @@ To deploy a cluster using [external cloud provider](https://github.com/kubernete
7
- After control plane is up and running, retrieve the workload cluster Kubeconfig:
8
9
```shell
10
- kubectl --namespace=default get secret/${CLUSTER_NAME}-kubeconfig -o jsonpath={.data.value} \
11
- | base64 --decode \
12
- > ./${CLUSTER_NAME}.kubeconfig
+ clusterctl get kubeconfig ${CLUSTER_NAME} --namespace default > ./${CLUSTER_NAME}.kubeconfig
13
```
14
15
- Deploy a CNI solution
0 commit comments