[feature] Update dns-autoscaler (#9996)

pull/10021/head
Mohamed Omar Zaian 2023-04-24 11:47:01 +02:00 committed by GitHub
parent a59e27cb6b
commit 4deeaba335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1072,7 +1072,7 @@ nodelocaldns_version: "1.22.18"
nodelocaldns_image_repo: "{{ kube_image_repo }}/dns/k8s-dns-node-cache" nodelocaldns_image_repo: "{{ kube_image_repo }}/dns/k8s-dns-node-cache"
nodelocaldns_image_tag: "{{ nodelocaldns_version }}" nodelocaldns_image_tag: "{{ nodelocaldns_version }}"
dnsautoscaler_version: 1.8.5 dnsautoscaler_version: v1.8.8
dnsautoscaler_image_repo: "{{ kube_image_repo }}/cpa/cluster-proportional-autoscaler" dnsautoscaler_image_repo: "{{ kube_image_repo }}/cpa/cluster-proportional-autoscaler"
dnsautoscaler_image_tag: "{{ dnsautoscaler_version }}" dnsautoscaler_image_tag: "{{ dnsautoscaler_version }}"

View File

@ -30,12 +30,13 @@ spec:
labels: labels:
k8s-app: dns-autoscaler{{ coredns_ordinal_suffix }} k8s-app: dns-autoscaler{{ coredns_ordinal_suffix }}
annotations: annotations:
seccomp.security.alpha.kubernetes.io/pod: 'runtime/default'
spec: spec:
nodeSelector: nodeSelector:
{{ dns_autoscaler_deployment_nodeselector}} {{ dns_autoscaler_deployment_nodeselector}}
priorityClassName: system-cluster-critical priorityClassName: system-cluster-critical
securityContext: securityContext:
seccompProfile:
type: RuntimeDefault
supplementalGroups: [ 65534 ] supplementalGroups: [ 65534 ]
fsGroup: 65534 fsGroup: 65534
nodeSelector: nodeSelector: