StatefulSetUpdateStrategy [api_object]ai-synthesized · conf 0.82
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
apps
Describes how to update a StatefulSet.
Why it matters Determines how the StatefulSet is updated, such as whether it should be rolled out or replaced.
Key facts - Can be either RollingUpdate or OnDelete - Specifies what happens when a new revision is created
Related StatefulSets
Sources
swagger.json — “io.k8s.api.apps.v1.StatefulSetUpdateStrategy”