Skip to content

Commit f23f776

Browse files
committed
KEP-3619: added note about this feature can not be disabled after GA
1 parent 0516e6b commit f23f776

File tree

1 file changed

+3
-1
lines changed
  • keps/sig-node/3619-supplemental-groups-policy

1 file changed

+3
-1
lines changed

keps/sig-node/3619-supplemental-groups-policy/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,12 +781,14 @@ feature.
781781
NOTE: Also set `disable-supported` to `true` or `false` in `kep.yaml`.
782782
-->
783783

784-
Yes. It can be disabled after enabled.
784+
Yes. It can be disabled after enabled until Beta.
785785
When disabled, you can not create pods with `SupplementalGroupsPolicy` fields and no `.status.containerStatuses[*].user` will be reported in pod status.
786786
Please note if there are pods that have been created with `Strict` policy, the policy of the containers in such pods will keep enforced even after its disablement.
787787

788788
See ["Version Skew Strategy"](#version-skew-strategy) for more complex cases (including upgrading/downgrading).
789789

790+
But, starting v1.35, this feature graduates to GA, the `SupplementalGroupsPolicy` feature gate will be locked to true and will no longer be disable-able.
791+
790792
###### What happens if we reenable the feature if it was previously rolled back?
791793

792794
The `SupplementalGroupsPolicy` field in pod spec and `.status.containerStatuses[*].user` in pod status will be available again.

0 commit comments

Comments
 (0)