From 23b57a355c51bb4d1b89eab2d281ec5d3c12104d Mon Sep 17 00:00:00 2001 From: Deepak Kinni Date: Thu, 7 Apr 2022 00:57:34 +0530 Subject: [PATCH] Change feature state to alpha for HonorPVReclaimPolicy Signed-off-by: Deepak Kinni --- content/en/docs/concepts/storage/persistent-volumes.md | 2 +- .../reference/command-line-tools-reference/feature-gates.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/persistent-volumes.md b/content/en/docs/concepts/storage/persistent-volumes.md index 41f64acfba..16f0b8ed3b 100644 --- a/content/en/docs/concepts/storage/persistent-volumes.md +++ b/content/en/docs/concepts/storage/persistent-volumes.md @@ -176,7 +176,7 @@ spec: However, the particular path specified in the custom recycler Pod template in the `volumes` part is replaced with the particular path of the volume that is being recycled. ### PersistentVolume deletion protection finalizer -{{< feature-state for_k8s_version="v1.24" state="beta" >}} +{{< feature-state for_k8s_version="v1.23" state="alpha" >}} Finalizers can be added on a PersistentVolume to ensure that PersistentVolumes having `Delete` reclaim policy are deleted only after the backing storage are deleted. diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 5887a1a950..ff42b23fe2 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -115,8 +115,7 @@ different Kubernetes components. | `GracefulNodeShutdownBasedOnPodPriority` | `false` | Alpha | 1.23 | | | `GRPCContainerProbe` | `false` | Alpha | 1.23 | 1.23 | | `GRPCContainerProbe` | `true` | Beta | 1.24 | | -| `HonorPVReclaimPolicy` | `false` | Alpha | 1.23 | 1.23 | -| `HonorPVReclaimPolicy` | `true` | Beta | 1.24 | | +| `HonorPVReclaimPolicy` | `false` | Alpha | 1.23 | | | `HPAContainerMetrics` | `false` | Alpha | 1.20 | | | `HPAScaleToZero` | `false` | Alpha | 1.16 | | | `IdentifyPodOS` | `false` | Alpha | 1.23 | 1.23 |