removed the key for tolerations in flannel daemonset so that it will still be scheduled on a node that has a custom taint on it

This commit is contained in:
Brent Newson 2017-09-21 10:10:31 +12:00
parent 188bae142b
commit 114029f509

View file

@ -103,7 +103,6 @@ spec:
mountPath: /host/opt/cni/bin/
hostNetwork: true
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
volumes: