Add CNI config for rkt kubelet (#1579)

This commit is contained in:
Matthew Mosesohn
2017-08-28 21:11:01 +03:00
committed by GitHub
parent a39e78d42d
commit 76b72338da
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@
- "/etc/cni/net.d"
- "/opt/cni/bin"
when:
- kube_network_plugin in ["calico", "weave", "canal"]
- kube_network_plugin in ["calico", "weave", "canal", "flannel"]
- inventory_hostname in groups['k8s-cluster']
tags: [network, calico, weave, canal, bootstrap-os]