Update Calico installation URL (#7397)
Calico official page[1] shows Calico installation URL is https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml but the kubeadm installation pages showed https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml then, many people cannot deploy Kubernetes environments with Calico as [2] This commit updates the URL. [1]: https://docs.projectcalico.org/v3.0/getting-started/kubernetes/ [2]: https://github.com/kubernetes/kubernetes/issues/55471
This commit is contained in:
committed by
k8s-ci-robot
parent
5b1dafc59d
commit
d92ed9d89b
@@ -257,7 +257,7 @@ Refer to the Calico documentation for a [kubeadm quickstart](https://docs.projec
|
||||
- Calico works on `amd64` only.
|
||||
|
||||
```shell
|
||||
kubectl apply -f https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml
|
||||
kubectl apply -f https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml
|
||||
```
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user