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`.