Skip to content

Commit ccc2524

Browse files
authored
Merge pull request #36638 from bishal7679/patch-5
Fix incorrect feature state for PVC expansion
2 parents 9ef0df0 + 3039cc0 commit ccc2524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ to `Retain`, including cases where you are reusing an existing PV.
285285

286286
### Expanding Persistent Volumes Claims
287287

288-
{{< feature-state for_k8s_version="v1.11" state="beta" >}}
288+
{{< feature-state for_k8s_version="v1.24" state="stable" >}}
289289

290290
Support for expanding PersistentVolumeClaims (PVCs) is enabled by default. You can expand
291291
the following types of volumes:

0 commit comments

Comments
 (0)