Skip to content

Commit

Permalink
Merge pull request #353 from mtougeron/remove-coredns-tolerations
Browse files Browse the repository at this point in the history
Don't set tolerations for coredns pods
  • Loading branch information
FabianKramm authored Feb 2, 2022
2 parents c1921ef + 46d1326 commit a7c5cf5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions manifests/coredns/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ spec:
spec:
priorityClassName: "system-cluster-critical"
serviceAccountName: coredns
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
nodeSelector:
kubernetes.io/os: linux
topologySpreadConstraints:
Expand Down

0 comments on commit a7c5cf5

Please sign in to comment.