mirror of https://github.com/kubernetes/kops.git
Merge pull request #3318 from BradErz/fixes-#3317
Automatic merge from submit-queue Fixes #3317 allowing to spawn flannel on all nodes in the cluster
This commit is contained in:
commit
2fd0ddb484
|
|
@ -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