Skip to content

Commit 34327d5

Browse files
committed
Promote HonorPVReclaimPolicy to Beta
1 parent 9778eaf commit 34327d5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ different Kubernetes components.
113113
| `GracefulNodeShutdownBasedOnPodPriority` | `false` | Alpha | 1.23 | |
114114
| `GRPCContainerProbe` | `false` | Alpha | 1.23 | 1.23 |
115115
| `GRPCContainerProbe` | `true` | Beta | 1.24 | |
116-
| `HonorPVReclaimPolicy` | `false` | Alpha | 1.23 | |
116+
| `HonorPVReclaimPolicy` | `false` | Alpha | 1.23 | 1.23 |
117+
| `HonorPVReclaimPolicy` | `true` | Beta | 1.24 | |
117118
| `HPAContainerMetrics` | `false` | Alpha | 1.20 | |
118119
| `HPAScaleToZero` | `false` | Alpha | 1.16 | |
119120
| `IdentifyPodOS` | `false` | Alpha | 1.23 | 1.23 |
@@ -879,8 +880,10 @@ Each feature gate is designed for enabling/disabling a specific feature:
879880
when shutting down a node gracefully.
880881
- `GRPCContainerProbe`: Enables the gRPC probe method for {Liveness,Readiness,Startup}Probe.
881882
See [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe).
882-
- `HonorPVReclaimPolicy`: Honor persistent volume reclaim policy when it is `Delete`
883-
irrespective of PV-PVC deletion ordering.
883+
- `HonorPVReclaimPolicy`: Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.
884+
For more details, check the
885+
[PersistentVolume deletion protection finalizer](/docs/concepts/storage/persistent-volumes/#persistentvolume-deletion-protection-finalizer)
886+
documentation.
884887
- `HPAContainerMetrics`: Enable the `HorizontalPodAutoscaler` to scale based on
885888
metrics from individual containers in target pods.
886889
- `HPAScaleToZero`: Enables setting `minReplicas` to 0 for `HorizontalPodAutoscaler`

0 commit comments

Comments
 (0)