Skip to content

Commit

Permalink
https://github.com/coreos/flannel/issues/1044
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeng committed Sep 30, 2018
1 parent 2b5658b commit 63b44aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kubernetes-playbook/v1.12.0/template/kube-flannel.yml.j2
Expand Up @@ -59,9 +59,8 @@ spec:
nodeSelector:
beta.kubernetes.io/arch: amd64
tolerations:
- key: node-role.kubernetes.io/master
- effect: NoSchedule
operator: Exists
effect: NoSchedule
serviceAccountName: flannel
containers:
- name: kube-flannel
Expand Down Expand Up @@ -100,4 +99,4 @@ spec:
path: /etc/cni/net.d
- name: flannel-cfg
configMap:
name: kube-flannel-cfg
name: kube-flannel-cfg

0 comments on commit 63b44aa

Please sign in to comment.