Skip to content

Commit

Permalink
Tolerate flannel running on master nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard committed Mar 3, 2017
1 parent f5ba317 commit 9310b0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ spec:
hostNetwork: true
nodeSelector:
beta.kubernetes.io/arch: amd64
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
serviceAccountName: flannel
containers:
- name: kube-flannel
Expand Down

0 comments on commit 9310b0d

Please sign in to comment.