mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
Removing the master toleration to stop pods being deployed to master nodes. (#51)
This commit is contained in:
parent
b1ae09ee3b
commit
b867270f09
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: coredns
|
serviceAccountName: coredns
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: node-role.kubernetes.io/master
|
|
||||||
effect: NoSchedule
|
|
||||||
- key: "CriticalAddonsOnly"
|
- key: "CriticalAddonsOnly"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
affinity:
|
affinity:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue