From e8eb812096da46a4916dfaab468f6995c54ff838 Mon Sep 17 00:00:00 2001 From: carlory Date: Mon, 13 Jan 2025 16:52:24 +0800 Subject: [PATCH] mark HonorPVReclaimPolicy as stable --- .../feature-gates/HonorPVReclaimPolicy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/HonorPVReclaimPolicy.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/HonorPVReclaimPolicy.md index a02110cf6856b..a1d30e24b6f41 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/HonorPVReclaimPolicy.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/HonorPVReclaimPolicy.md @@ -13,6 +13,10 @@ stages: - stage: beta defaultValue: true fromVersion: "1.31" + toVersion: "1.32" + - stage: stable + defaultValue: true + fromVersion: "1.33" --- Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering. For more details, check the