Skip to content

Commit c0980ea

Browse files
committed
KEP-3619: Promote SupplementalGroupsPolicy to Beta in feature gate file
1 parent 03209fa commit c0980ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/SupplementalGroupsPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.31"
12+
toVersion: "1.32"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.33"
1216
---
1317
Enables support for fine-grained SupplementalGroups control.
1418
For more details, see [Configure fine-grained SupplementalGroups control for a Pod](/content/en/docs/tasks/configure-pod-container/security-context/#supplementalgroupspolicy).

0 commit comments

Comments
 (0)