Merge pull request #50825 from tengqm/fg-procmount

Fix feature gate ProcMountType
pull/51038/head
Kubernetes Prow Robot 2025-05-24 00:42:40 -07:00 committed by GitHub
commit ed47ece52b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

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