File tree 2 files changed +8
-3
lines changed
keps/sig-api-machinery/5080-ordered-namespace-deletion
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,12 @@ the resources associated with this namespace should be deleted in order:
140
140
- Wait for all the pods to be stopped or deleted.
141
141
- Delete all the other resources in the namespace (in an undefined order).
142
142
143
+ ### Feature Gate handling
144
+
145
+ Due to this KEP is addressing the security concern and we do wanna give options to close security gaps in the past,
146
+ 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
147
+ configuration to all supported releases. See [ the detailed discussion on slack] ( https://kubernetes.slack.com/archives/CJH2GBF7Y/p1741258168683299 )
148
+
143
149
### User Stories (Optional)
144
150
145
151
#### 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