mirror of https://github.com/kubernetes/kops.git
coredns should not be running on master by default
This commit is contained in:
parent
2647d3d02f
commit
f234b3a0c0
|
|
@ -95,8 +95,6 @@ spec:
|
|||
spec:
|
||||
serviceAccountName: coredns
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
effect: NoSchedule
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
containers:
|
||||
|
|
|
|||
Loading…
Reference in New Issue