File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
keps/sig-cloud-provider/1959-service-lb-class-field Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 16
16
- [ Graduation Criteria] ( #graduation-criteria )
17
17
- [ Alpha:] ( #alpha )
18
18
- [ Beta:] ( #beta )
19
+ - [ GA] ( #ga )
19
20
- [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
20
21
- [ Version Skew Strategy] ( #version-skew-strategy )
21
22
- [ Production Readiness Review Questionnaire] ( #production-readiness-review-questionnaire )
@@ -186,6 +187,10 @@ E2E tests:
186
187
* Feature gate is on by default.
187
188
* E2E tests checking that default load balancer implementation ignores LoadBalancer type of Services when ` loadBalancerClass ` set.
188
189
190
+ #### GA
191
+
192
+ * Ensure integration/E2E tests continue to work and provide sufficient coverage.
193
+
189
194
### Upgrade / Downgrade Strategy
190
195
191
196
* Usage of ` loadBalancerClass ` will be off by default during the alpha stage but can handle existing Services that
Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ stage: stable
24
24
# The most recent milestone for which work toward delivery of this KEP has been
25
25
# done. This can be the current (upcoming) milestone, if it is being actively
26
26
# worked on.
27
- latest-milestone : " v1.23 "
27
+ latest-milestone : " v1.24 "
28
28
29
29
# The milestone at which this feature was, or is targeted to be, at each stage.
30
30
milestone :
31
31
alpha : " v1.21"
32
32
beta : " v1.22"
33
+ stable : " v1.24"
33
34
34
35
feature-gates :
35
36
- name : ServiceLoadBalancerClass
You can’t perform that action at this time.
0 commit comments