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
commit 29eb75b2c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: