mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-04 14:38:06 -02:30
Update dns-autoscaler.yml.j2 fix duplicate nodeSelector (#13290)
This commit is contained in:
@@ -39,8 +39,6 @@ spec:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
supplementalGroups: [ 65534 ]
|
supplementalGroups: [ 65534 ]
|
||||||
fsGroup: 65534
|
fsGroup: 65534
|
||||||
nodeSelector:
|
|
||||||
kubernetes.io/os: linux
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
key: node-role.kubernetes.io/control-plane
|
key: node-role.kubernetes.io/control-plane
|
||||||
|
|||||||
Reference in New Issue
Block a user