From 618e5007519de5214a401aca02da85fc1c930426 Mon Sep 17 00:00:00 2001 From: "Timothy St. Clair" Date: Wed, 11 Oct 2017 09:00:31 -0500 Subject: [PATCH] Update instructions for latest calico that fixes a number of issues --- docs/setup/independent/create-cluster-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/create-cluster-kubeadm.md b/docs/setup/independent/create-cluster-kubeadm.md index ac9f39eed2..87e4cf7090 100644 --- a/docs/setup/independent/create-cluster-kubeadm.md +++ b/docs/setup/independent/create-cluster-kubeadm.md @@ -229,7 +229,7 @@ The official Calico guide is [here](http://docs.projectcalico.org/latest/getting - Calico works on `amd64` only. ```shell -kubectl apply -f http://docs.projectcalico.org/v2.4/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml +kubectl apply -f https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml ``` {% endcapture %}