Skip to content

Commit d87c83f

Browse files
authored
Merge pull request kubernetes#3176 from andrewsykim/kep-1959
KEP-1959: update to GA in v1.24
2 parents 76257f4 + 1575be3 commit d87c83f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

keps/sig-cloud-provider/1959-service-lb-class-field/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [Graduation Criteria](#graduation-criteria)
1717
- [Alpha:](#alpha)
1818
- [Beta:](#beta)
19+
- [GA](#ga)
1920
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
2021
- [Version Skew Strategy](#version-skew-strategy)
2122
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
@@ -186,6 +187,10 @@ E2E tests:
186187
* Feature gate is on by default.
187188
* E2E tests checking that default load balancer implementation ignores LoadBalancer type of Services when `loadBalancerClass` set.
188189

190+
#### GA
191+
192+
* Ensure integration/E2E tests continue to work and provide sufficient coverage.
193+
189194
### Upgrade / Downgrade Strategy
190195

191196
* Usage of `loadBalancerClass` will be off by default during the alpha stage but can handle existing Services that

keps/sig-cloud-provider/1959-service-lb-class-field/kep.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ stage: stable
2424
# The most recent milestone for which work toward delivery of this KEP has been
2525
# done. This can be the current (upcoming) milestone, if it is being actively
2626
# worked on.
27-
latest-milestone: "v1.23"
27+
latest-milestone: "v1.24"
2828

2929
# The milestone at which this feature was, or is targeted to be, at each stage.
3030
milestone:
3131
alpha: "v1.21"
3232
beta: "v1.22"
33+
stable: "v1.24"
3334

3435
feature-gates:
3536
- name: ServiceLoadBalancerClass

0 commit comments

Comments
 (0)