Skip to content

Commit cac3fb6

Browse files
authored
Merge pull request #652 from eratnch/pr_upd_doc
📖 Update calico version in documentation
2 parents bc5d11a + 7a46189 commit cac3fb6

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)