mirror of https://github.com/kubernetes/kops.git
Fixes #3317 allowing to spawn flannel on all nodes in the cluster
This commit is contained in:
parent
155650eb82
commit
cf1a907d0e
|
@ -96,8 +96,7 @@ spec:
|
|||
beta.kubernetes.io/arch: amd64
|
||||
serviceAccountName: flannel
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/master
|
||||
- operator: Exists
|
||||
containers:
|
||||
- name: kube-flannel
|
||||
image: quay.io/coreos/flannel:v0.7.1
|
||||
|
|
Loading…
Reference in New Issue