Skip to content

Commit 0b4f78f

Browse files
authored
Merge pull request #32338 from tengqm/honorpvreclaimpolicy-beta
Promote HonorPVReclaimPolicy to Beta
2 parents 03067d8 + 34327d5 commit 0b4f78f

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
@@ -114,7 +114,8 @@ different Kubernetes components.
114114
| `GracefulNodeShutdownBasedOnPodPriority` | `false` | Alpha | 1.23 | |
115115
| `GRPCContainerProbe` | `false` | Alpha | 1.23 | 1.23 |
116116
| `GRPCContainerProbe` | `true` | Beta | 1.24 | |
117-
| `HonorPVReclaimPolicy` | `false` | Alpha | 1.23 | |
117+
| `HonorPVReclaimPolicy` | `false` | Alpha | 1.23 | 1.23 |
118+
| `HonorPVReclaimPolicy` | `true` | Beta | 1.24 | |
118119
| `HPAContainerMetrics` | `false` | Alpha | 1.20 | |
119120
| `HPAScaleToZero` | `false` | Alpha | 1.16 | |
120121
| `IdentifyPodOS` | `false` | Alpha | 1.23 | 1.23 |
@@ -880,8 +881,10 @@ Each feature gate is designed for enabling/disabling a specific feature:
880881
when shutting down a node gracefully.
881882
- `GRPCContainerProbe`: Enables the gRPC probe method for {Liveness,Readiness,Startup}Probe.
882883
See [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe).
883-
- `HonorPVReclaimPolicy`: Honor persistent volume reclaim policy when it is `Delete`
884-
irrespective of PV-PVC deletion ordering.
884+
- `HonorPVReclaimPolicy`: Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.
885+
For more details, check the
886+
[PersistentVolume deletion protection finalizer](/docs/concepts/storage/persistent-volumes/#persistentvolume-deletion-protection-finalizer)
887+
documentation.
885888
- `HPAContainerMetrics`: Enable the `HorizontalPodAutoscaler` to scale based on
886889
metrics from individual containers in target pods.
887890
- `HPAScaleToZero`: Enables setting `minReplicas` to 0 for `HorizontalPodAutoscaler`

0 commit comments

Comments
 (0)