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.
1 parent bc5d11a commit 7a46189Copy full SHA for 7a46189
docs/external-cloud-provider.md
@@ -15,7 +15,7 @@ To deploy a cluster using [external cloud provider](https://github.com/kubernete
15
- Deploy a CNI solution
16
17
```shell
18
- curl https://docs.projectcalico.org/v3.12/manifests/calico.yaml | sed "s/veth_mtu:.*/veth_mtu: \"1430\"/g" | kubectl --kubeconfig=./${CLUSTER_NAME}.kubeconfig apply -f -
+ curl https://docs.projectcalico.org/v3.16/manifests/calico.yaml | sed "s/veth_mtu:.*/veth_mtu: \"1430\"/g" | kubectl --kubeconfig=./${CLUSTER_NAME}.kubeconfig apply -f -
19
```
20
21
- Create a secret containing the cloud configuration
0 commit comments