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 Feb 22, 2017
1 parent f5ba317 commit 9b49760
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ spec:
labels:
tier: node
app: flannel
annotations:
scheduler.alpha.kubernetes.io/tolerations: |
[
{
"key": "dedicated",
"operator": "Equal",
"value": "master",
"effect": "NoSchedule"
}
]
spec:
hostNetwork: true
nodeSelector:
Expand Down

0 comments on commit 9b49760

Please sign in to comment.