Skip to content

Commit 4fbd37c

Browse files
committed
Feat: graduate kube-scheduler component config to GA with some some details updated.
Signed-off-by: kerthcet <[email protected]>
1 parent 5c920af commit 4fbd37c

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 785
22
beta:
33
approver: "@wojtek-t"
4+
stable:
5+
approver: "@wojtek-t"

keps/sig-scheduling/785-scheduler-component-config-api/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ N/A
228228
When `v1` gets introduced:
229229
- Mark `v1beta2` as deprecated.
230230

231+
* **Is the rollout accompanied by any deprecations and/or removals of features, APIs, fields of API types, flags, etc.?**
232+
233+
Yes, when `v1` gets introduced, we'll mark `v1beta2` as deprecated, and
234+
remove the support of `v1beta2` in 1.26.
235+
236+
231237
### Monitoring requirements
232238

233239
* **How can an operator determine if the feature is in use by workloads?**
@@ -252,6 +258,18 @@ N/A
252258

253259
N/A.
254260

261+
* **What are the reasonable SLOs (Service Level Objectives) for the enhancement?**
262+
263+
N/A
264+
265+
* **What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?**
266+
267+
N/A
268+
269+
* **Are there any missing metrics that would be useful to have to improve observability of this feature?**
270+
271+
N/A
272+
255273
### Dependencies
256274

257275
* **Does this feature depend on any specific services running in the cluster?**

keps/sig-scheduling/785-scheduler-component-config-api/kep.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
owning-sig: sig-scheduling
66
participating-sigs:
77
- sig-architecture
8-
status: implementable
8+
status: implemented
99
creation-date: 2020-05-08
1010
reviewers:
1111
- "@Huang-Wei"
@@ -17,7 +17,8 @@ prr-approvers:
1717
see-also:
1818
- "/keps/sig-scheduling/1451-multi-scheduling-profiles"
1919
- "/keps/sig-scheduling/2458-node-resource-score-strategy"
20-
stage: beta
21-
latest-milestone: "v1.23"
20+
stage: stable
21+
latest-milestone: "v1.25"
2222
milestone:
2323
beta: "v1.19"
24+
stable: "v1.25"

0 commit comments

Comments
 (0)