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
|
beta.kubernetes.io/arch: amd64
|
||||||
serviceAccountName: flannel
|
serviceAccountName: flannel
|
||||||
tolerations:
|
tolerations:
|
||||||
- effect: NoSchedule
|
- operator: Exists
|
||||||
key: node-role.kubernetes.io/master
|
|
||||||
containers:
|
containers:
|
||||||
- name: kube-flannel
|
- name: kube-flannel
|
||||||
image: quay.io/coreos/flannel:v0.7.1
|
image: quay.io/coreos/flannel:v0.7.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue