⎈ k8s knowledge compiler

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.jsonio.k8s.api.apps.v1.StatefulSetUpdateStrategy

Related (2)

related_to RollingUpdateStatefulSetStrategyreferences type conf=1
related_to StatefulSetSpecreferences type conf=1

← all API Explorer