Skip to content

Commit 7a46189

Browse files
committed
Update calico version in documentation
Updated calico version in external-cloud-provider documentation
1 parent bc5d11a commit 7a46189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/external-cloud-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To deploy a cluster using [external cloud provider](https://github.com/kubernete
1515
- Deploy a CNI solution
1616

1717
```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 -
18+
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 -
1919
```
2020

2121
- Create a secret containing the cloud configuration

0 commit comments

Comments
 (0)