From 6baa779ee8f2c9bb8d1d37ab98632acc1f2910b2 Mon Sep 17 00:00:00 2001 From: Alon Lavi Date: Tue, 10 Oct 2017 23:11:55 +0300 Subject: [PATCH] Update create-cluster-kubeadm.md (#5849) Update flannel script to use latest version. 1. It is fully compatible with previous versions (see [Release Notes](https://github.com/coreos/flannel/releases)) 2. `kube-flannel-rbac.yml` was merged to `kube-flannel.yml` --- docs/setup/independent/create-cluster-kubeadm.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/setup/independent/create-cluster-kubeadm.md b/docs/setup/independent/create-cluster-kubeadm.md index ac9f39eed2..7ead869bde 100644 --- a/docs/setup/independent/create-cluster-kubeadm.md +++ b/docs/setup/independent/create-cluster-kubeadm.md @@ -257,8 +257,7 @@ 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/v0.8.0/Documentation/kube-flannel.yml -kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel-rbac.yml +kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.0/Documentation/kube-flannel.yml ``` {% endcapture %}