File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -350,8 +350,8 @@ StatefulSet will then begin to recreate the Pods using the reverted template.
350
350
The optional `.spec.persistentVolumeClaimRetentionPolicy` field controls if
351
351
and how PVCs are deleted during the lifecycle of a StatefulSet. You must enable the
352
352
` StatefulSetAutoDeletePVC` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
353
- to use this field. Once enabled, there are two policies you can configure for each
354
- StatefulSet :
353
+ on the API server and the controller manager to use this field.
354
+ Once enabled, there are two policies you can configure for each StatefulSet :
355
355
356
356
` whenDeleted`
357
357
: configures the volume retention behavior that applies when the StatefulSet is deleted
You can’t perform that action at this time.
0 commit comments