From b98817dbfc364e6e41c3f578495fccc3356b9c81 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Wed, 7 May 2025 22:08:55 +0800 Subject: [PATCH] Fix feature gate ProcMountType --- .../feature-gates/ProcMountType.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/ProcMountType.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/ProcMountType.md index e380fbeab0..b5b31f370a 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/ProcMountType.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/ProcMountType.md @@ -13,6 +13,11 @@ stages: - stage: beta defaultValue: false fromVersion: "1.31" + toVersion: "1.32" + - stage: beta + defaultValue: true + fromVersion: "1.33" + --- Enables control over the type proc mounts for containers by setting the `procMount` field of a Pod's `securityContext`.