Merge pull request #70868 from justinsb/coredns_like_kubedns_respect_taints

CoreDNS should not tolerate master taints
This commit is contained in:
k8s-ci-robot
2018-11-15 23:52:27 -08:00
committed by GitHub
3 changed files with 0 additions and 6 deletions

View File

@@ -108,8 +108,6 @@ spec:
spec:
serviceAccountName: coredns
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: "CriticalAddonsOnly"
operator: "Exists"
containers:

View File

@@ -108,8 +108,6 @@ spec:
spec:
serviceAccountName: coredns
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: "CriticalAddonsOnly"
operator: "Exists"
containers:

View File

@@ -108,8 +108,6 @@ spec:
spec:
serviceAccountName: coredns
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: "CriticalAddonsOnly"
operator: "Exists"
containers: