From 6bc1be4cbeddb4ee5beb435b9485ff95fa57fd20 Mon Sep 17 00:00:00 2001 From: Shimi Kiviti Date: Wed, 24 May 2017 15:19:40 +0300 Subject: [PATCH] Weave daemonset configuration for k8s 1.6.x --- docs/networking.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/networking.md b/docs/networking.md index febed9e6dd..2c4c4f3bc8 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -91,12 +91,16 @@ step is to install CNI networking. Most of the CNI network providers are moving to installing their components plugins via a Daemonset. For instance weave will install with the following command: +Daemonset installation for K8s 1.6.x or above. +```console +$ kubectl create -f https://git.io/weave-kube-1.6 +``` + +Daemonset installation for K8s 1.4.x or 1.5.x. ```console $ kubectl create -f https://git.io/weave-kube ``` -The above daemonset installation requires K8s 1.4.x or above. - ### Calico Example for CNI and Network Policy #### Installing Calico on a new Cluster