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 ca70e19 + fbb4969 commit 6aa0381Copy full SHA for 6aa0381
docs/book/src/topics/external-cloud-provider.md
@@ -24,7 +24,7 @@ To deploy a cluster using [external cloud provider](https://github.com/kubernete
24
Note: choose desired version by replace <v3.23> below
25
26
```shell
27
- kubectl --kubeconfig=./${CLUSTER_NAME}.kubeconfig apply -f https://docs.projectcalico.org/v3.23/manifests/calico.yaml
+ kubectl --kubeconfig=./${CLUSTER_NAME}.kubeconfig apply -f https://docs.projectcalico.org/archive/v3.23/manifests/calico.yaml
28
```
29
30
- Create a secret containing the cloud configuration
0 commit comments