File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed
prod-readiness/sig-network
sig-network/4004-deprecate-kube-proxy-version Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 2
2
# "prod-readiness-approvers" group
3
3
# of http://git.k8s.io/enhancements/OWNERS_ALIASES
4
4
kep-number : 4004
5
- alpha :
5
+ deprecated :
6
6
approver : " @wojtek-t"
7
- beta :
7
+ disabled :
8
8
approver : " @wojtek-t"
Original file line number Diff line number Diff line change 17
17
- [ Integration tests] ( #integration-tests )
18
18
- [ e2e tests] ( #e2e-tests )
19
19
- [ Graduation Criteria] ( #graduation-criteria )
20
- - [ Alpha ] ( #alpha )
21
- - [ GA ] ( #ga )
20
+ - [ Deprecated ] ( #deprecated )
21
+ - [ Disabled ] ( #disabled )
22
22
- [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
23
23
- [ Version Skew Strategy] ( #version-skew-strategy )
24
24
- [ Production Readiness Review Questionnaire] ( #production-readiness-review-questionnaire )
@@ -143,15 +143,17 @@ to implement this enhancement.
143
143
144
144
### Graduation Criteria
145
145
146
- #### Alpha
146
+ #### Deprecated
147
147
148
148
- Created the feature gate, disabled by default.
149
149
- Started looking for components that might be using the deprecated field.
150
150
- Make sure it works fine on supported versions of [ version skew] ( https://kubernetes.io/releases/version-skew-policy/ ) .
151
151
152
- #### GA
152
+ #### Disabled
153
+
154
+ - No issues reported.
155
+ - The announcement of deprecation will be made no less than one year in advance.
153
156
154
- - No issues reported during two releases.
155
157
156
158
### Upgrade / Downgrade Strategy
157
159
421
423
422
424
\- 2024-08-25: Replace with Deprecated feature gates.
423
425
426
+ \- 2025-01-23: promote feature to the disabled stage.
427
+
424
428
## Drawbacks
425
429
426
430
## Alternatives
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ see-also: []
17
17
replaces : []
18
18
19
19
# The target maturity stage in the current dev cycle for this KEP.
20
- stage : beta
20
+ stage : disabled
21
21
22
22
# The most recent milestone for which work toward delivery of this KEP has been
23
23
# done. This can be the current (upcoming) milestone, if it is being actively
24
24
# worked on.
25
- latest-milestone : " v1.31 "
25
+ latest-milestone : " v1.33 "
26
26
27
27
# The milestone at which this feature was, or is targeted to be, at each stage.
28
28
milestone :
29
29
deprecated : " v1.29"
30
- stable : " v1.33"
30
+ disabled : " v1.33"
31
31
32
32
# The following PRR answers are required at alpha release
33
33
# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments