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
# Max unavailable pods for the cn component when doing rolling update.
# This field cannot be 0. The default setting is 1.
# Note: Because Operator uses statefulset to manage this component, the maxUnavailable field is in Alpha stage, and it is honored
# only by API servers that are running with the MaxUnavailableStatefulSet feature gate enabled.
# See https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#maximum-unavailable-pods for more details.
maxUnavailablePods:
After upgarding helm chart, the statefulset spec doesn't contain .spec.updateStrategy.rollingUpdate.maxUnavailable field
yandongxiao
changed the title
maxUnavailablePods field in values.yaml does not work
The maxUnavailablePods field in values.yaml does not work
Jan 17, 2025
Describe the bug
We have added the following flag to api server
When we added the field in values.yaml
After upgarding helm chart, the statefulset spec doesn't contain
.spec.updateStrategy.rollingUpdate.maxUnavailable
fieldExpected behavior
the statefulset spec should have update in
updateStrategy
fields.Please complete the following information
The text was updated successfully, but these errors were encountered: