Skip to content

Commit 95fb22b

Browse files
committed
Address the backport detail.
1 parent c545d3f commit 95fb22b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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

Diff for: 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)