Skip to content

Commit 9b434b0

Browse files
committed
Address the backport detail.
1 parent c545d3f commit 9b434b0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

keps/sig-api-machinery/5080-ordered-namespace-deletion/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ the resources associated with this namespace should be deleted in order:
140140
- Wait for all the pods to be stopped or deleted.
141141
- Delete all the other resources in the namespace (in an undefined order).
142142

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+
143149
### User Stories (Optional)
144150

145151
#### Story 1 - Pod VS NetworkPolicy

keps/sig-api-machinery/5080-ordered-namespace-deletion/kep.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ see-also: []
2020
replaces: []
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.
3131
milestone:
32-
alpha: "v1.33"
33-
beta: ""
32+
beta: "1.30"
3433
stable: ""
3534

3635
# The following PRR answers are required at alpha release

0 commit comments

Comments
 (0)