Browse Source
Promote nodelocaldns daemonset to system-node-critical (#11056)
As upstream
pull/11073/head
Mathieu Parent
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes-apps/ansible/templates/nodelocaldns-daemonset.yml.j2
|
@ -20,7 +20,7 @@ spec: |
|
|
spec: |
|
|
spec: |
|
|
nodeSelector: |
|
|
nodeSelector: |
|
|
{{ nodelocaldns_ds_nodeselector }} |
|
|
{{ nodelocaldns_ds_nodeselector }} |
|
|
priorityClassName: system-cluster-critical |
|
|
|
|
|
|
|
|
priorityClassName: system-node-critical |
|
|
serviceAccountName: nodelocaldns |
|
|
serviceAccountName: nodelocaldns |
|
|
hostNetwork: true |
|
|
hostNetwork: true |
|
|
dnsPolicy: Default # Don't use cluster DNS. |
|
|
dnsPolicy: Default # Don't use cluster DNS. |
|
|