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:
parent
188bae142b
commit
114029f509
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ spec:
|
||||||
mountPath: /host/opt/cni/bin/
|
mountPath: /host/opt/cni/bin/
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: node-role.kubernetes.io/master
|
|
||||||
operator: Exists
|
operator: Exists
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue