From 483e6ed633720d2d74f55433320387879f420b4e Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Fri, 29 Sep 2017 15:36:11 -0700 Subject: [PATCH] Pin flannel yaml to specific version (#5588) This file has been updated in master from what is supported in this Kubernetes version --- docs/setup/independent/create-cluster-kubeadm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/setup/independent/create-cluster-kubeadm.md b/docs/setup/independent/create-cluster-kubeadm.md index 567adf1948..bc1a9fc96a 100644 --- a/docs/setup/independent/create-cluster-kubeadm.md +++ b/docs/setup/independent/create-cluster-kubeadm.md @@ -257,7 +257,8 @@ kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8 `amd64` you have to manually download the manifest and replace `amd64` occurences with your chosen platform. ```shell -kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml +kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel.yml +kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel-rbac.yml ``` {% endcapture %}