File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
prod-readiness/sig-api-machinery
sig-api-machinery/5080-ordered-namespace-deletion Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11kep-number : 5080
2- alpha :
2+ beta :
33 approver : " @jpbetz"
Original file line number Diff line number Diff line change 77 - [ Goals] ( #goals )
88 - [ Non-Goals] ( #non-goals )
99- [ Proposal] ( #proposal )
10+ - [ Feature Gate handling] ( #feature-gate-handling )
1011 - [ User Stories (Optional)] ( #user-stories-optional )
1112 - [ Story 1 - Pod VS NetworkPolicy] ( #story-1---pod-vs-networkpolicy )
1213 - [ Story 2 - having finalizer conflicts with deletion order] ( #story-2---having-finalizer-conflicts-with-deletion-order )
@@ -140,6 +141,12 @@ the resources associated with this namespace should be deleted in order:
140141- Wait for all the pods to be stopped or deleted.
141142- Delete all the other resources in the namespace (in an undefined order).
142143
144+ ### Feature Gate handling
145+
146+ Due to this KEP is addressing the security concern and we do wanna give options to close security gaps in the past,
147+ the feature gate will be introduced as beta and on by default in 1.33 release. We will backport the feature gate with off-by-default
148+ configuration to all supported releases. See [ the detailed discussion on slack] ( https://kubernetes.slack.com/archives/CJH2GBF7Y/p1741258168683299 )
149+
143150### User Stories (Optional)
144151
145152#### Story 1 - Pod VS NetworkPolicy
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ see-also: []
2020replaces : []
2121
2222# The target maturity stage in the current dev cycle for this KEP.
23- stage : alpha
23+ stage : beta
2424
2525# The most recent milestone for which work toward delivery of this KEP has been
2626# done. This can be the current (upcoming) milestone, if it is being actively
@@ -29,8 +29,7 @@ latest-milestone: "v1.33"
2929
3030# The milestone at which this feature was, or is targeted to be, at each stage.
3131milestone :
32- alpha : " v1.33"
33- beta : " "
32+ beta : " 1.30"
3433 stable : " "
3534
3635# The following PRR answers are required at alpha release
You can’t perform that action at this time.
0 commit comments