Skip to content

Commit 9eae70a

Browse files
committed
promote ServiceIPStaticSubrange to beta
1 parent ff4691e commit 9eae70a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

keps/sig-network/3070-reserved-service-ip-range/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,33 +421,46 @@ The allocator using this feature will have a `dynamic_range_offset` value differ
421421
422422
###### Does this feature depend on any specific services running in the cluster?
423423
424+
No
424425
### Scalability
425426
426427
###### Will enabling / using this feature result in any new API calls?
427428
428-
429+
No
429430
###### Will enabling / using this feature result in introducing new API types?
430431
432+
No
431433
###### Will enabling / using this feature result in any new calls to the cloud provider?
432434
435+
No
436+
433437
###### Will enabling / using this feature result in increasing size or count of the existing API objects?
434438
439+
No
435440
###### Will enabling / using this feature result in increasing time taken by any operations covered by existing SLIs/SLOs?
436441
442+
No
437443
###### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?
438444
445+
No
439446
### Troubleshooting
440447
441448
###### How does this feature react if the API server and/or etcd is unavailable?
442449
450+
N/A
443451
###### What are other known failure modes?
444452
453+
N/A
454+
445455
###### What steps should be taken if SLOs are not being met to determine the problem?
446456
447457
## Implementation History
448458
459+
449460
## Drawbacks
450461
462+
- v1.24 - Initial implementation https://github.com/kubernetes/kubernetes/pull/106792
463+
- v1.25 - Beta
451464
## Alternatives
452465
453466
- Replace current allocation implementation based on bitmaps https://github.com/kubernetes/enhancements/pull/1881

keps/sig-network/3070-reserved-service-ip-range/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ approvers:
1414
- "@danwinship"
1515

1616
# The target maturity stage in the current dev cycle for this KEP.
17-
stage: alpha
17+
stage: beta
1818

1919
# The most recent milestone for which work toward delivery of this KEP has been
2020
# done. This can be the current (upcoming) milestone, if it is being actively

0 commit comments

Comments
 (0)