Skip to content

Commit

Permalink
Merge pull request #70868 from justinsb/coredns_like_kubedns_respect_…
Browse files Browse the repository at this point in the history
…taints

CoreDNS should not tolerate master taints
  • Loading branch information
k8s-ci-robot committed Nov 16, 2018
2 parents 7f74b3a + 0d57176 commit 29eb75b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cluster/addons/dns/coredns/coredns.yaml.base
Expand Up @@ -108,8 +108,6 @@ spec:
spec:
serviceAccountName: coredns
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: "CriticalAddonsOnly"
operator: "Exists"
containers:
Expand Down
2 changes: 0 additions & 2 deletions cluster/addons/dns/coredns/coredns.yaml.in
Expand Up @@ -108,8 +108,6 @@ spec:
spec:
serviceAccountName: coredns
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: "CriticalAddonsOnly"
operator: "Exists"
containers:
Expand Down
2 changes: 0 additions & 2 deletions cluster/addons/dns/coredns/coredns.yaml.sed
Expand Up @@ -108,8 +108,6 @@ spec:
spec:
serviceAccountName: coredns
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: "CriticalAddonsOnly"
operator: "Exists"
containers:
Expand Down

0 comments on commit 29eb75b

Please sign in to comment.