mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01: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:
|
||||
serviceAccountName: coredns
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
effect: NoSchedule
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
affinity:
|
||||
|
|
Loading…
Reference in a new issue