Skip to content

Commit 48363e2

Browse files
author
Mengjiao Liu
committed
Improve feature gate StatefulSetAutoDeletePVC description
1 parent 8fee63a commit 48363e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ StatefulSet will then begin to recreate the Pods using the reverted template.
350350
The optional `.spec.persistentVolumeClaimRetentionPolicy` field controls if
351351
and how PVCs are deleted during the lifecycle of a StatefulSet. You must enable the
352352
`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:
355355

356356
`whenDeleted`
357357
: configures the volume retention behavior that applies when the StatefulSet is deleted

0 commit comments

Comments
 (0)