File tree 2 files changed +9
-3
lines changed
keps/sig-api-machinery/5080-ordered-namespace-deletion
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
- [ Goals] ( #goals )
8
8
- [ Non-Goals] ( #non-goals )
9
9
- [ Proposal] ( #proposal )
10
+ - [ Feature Gate handling] ( #feature-gate-handling )
10
11
- [ User Stories (Optional)] ( #user-stories-optional )
11
12
- [ Story 1 - Pod VS NetworkPolicy] ( #story-1---pod-vs-networkpolicy )
12
13
- [ 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:
140
141
- Wait for all the pods to be stopped or deleted.
141
142
- Delete all the other resources in the namespace (in an undefined order).
142
143
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
+
143
150
### User Stories (Optional)
144
151
145
152
#### Story 1 - Pod VS NetworkPolicy
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ see-also: []
20
20
replaces : []
21
21
22
22
# The target maturity stage in the current dev cycle for this KEP.
23
- stage : alpha
23
+ stage : beta
24
24
25
25
# The most recent milestone for which work toward delivery of this KEP has been
26
26
# done. This can be the current (upcoming) milestone, if it is being actively
@@ -29,8 +29,7 @@ latest-milestone: "v1.33"
29
29
30
30
# The milestone at which this feature was, or is targeted to be, at each stage.
31
31
milestone :
32
- alpha : " v1.33"
33
- beta : " "
32
+ beta : " 1.30"
34
33
stable : " "
35
34
36
35
# The following PRR answers are required at alpha release
You can’t perform that action at this time.
0 commit comments