You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do the update all coreDNS pods are started at once without respecting the rollingUpdate constraints. I think it might be because of how replicas are defined in templates/deployment.yaml:
spec:
{{- if and (not .Values.autoscaler.enabled) (not .Values.hpa.enabled) }}replicas: {{ .Values.replicaCount }}
Can you please suggest possible methods to do the update while respecting the rolling update constraints in this scenario.
Thank you for the help.
The text was updated successfully, but these errors were encountered:
Hello all,
I am trying to update
coreDNS
image versions across different Kubernetes clusters.I am using the helm chart version
1.31.0
with the following relevant values:When I do the update all
coreDNS
pods are started at once without respecting the rollingUpdate constraints. I think it might be because of how replicas are defined intemplates/deployment.yaml
:Can you please suggest possible methods to do the update while respecting the rolling update constraints in this scenario.
Thank you for the help.
The text was updated successfully, but these errors were encountered: