Skip to content

Commit 5df1161

Browse files
committed
Fix metadata
1 parent c30c086 commit 5df1161

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 5471
2+
alpha:
3+
approver: "@soltysh"

keps/sig-scheduling/5471-enable-sla-based-scheduling/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
Items marked with (R) are required *prior to targeting to a milestone / release*.
5959

6060
- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
61-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
62-
- [ ] (R) Design details are appropriately documented
63-
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
61+
- [x] (R) KEP approvers have approved the KEP status as `implementable`
62+
- [x] (R) Design details are appropriately documented
63+
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
6464
- [ ] e2e Tests for all Beta API Operations (endpoints)
6565
- [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
6666
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
@@ -864,8 +864,6 @@ The existing e2e tests will be extended to cover the new comparison operators in
864864

865865
- **Taints e2e Tests:** (test/e2e/node/taints.go)
866866
- **ValidatingAdmissionPolicy e2e Tests:** (test/e2e/apimachinery/validating_admission_policy.go)
867-
- **CRD e2e Tests:** (test/e2e/apimachinery/crd_validation.go)
868-
- [test name](https://github.com/kubernetes/kubernetes/blob/2334b8469e1983c525c0c6382125710093a25883/test/e2e/...): [SIG ...](https://testgrid.k8s.io/sig-...?include-filter-by-regex=MyCoolFeature), [triage search](https://storage.googleapis.com/k8s-triage/index.html?test=MyCoolFeature)
869867

870868
### Graduation Criteria
871869

@@ -1398,9 +1396,7 @@ There are many different alternatives were considered:
13981396

13991397
1. **New Dedicated SLA API Resource:** Create `SLAPolicy` CRD
14001398
- **Pros:** Clean separation, rich policy definitions.
1401-
- **Cons:** New API surface, additional complexity, breaks unified taint/toleration model.
1402-
2. **Custom Scheduler Plugin:** Use scheduling plugin with SLA-aware logic, [placement-policy-scheduler-plugins](https://github.com/Azure/placement-policy-scheduler-plugins)
1403-
- **Pros:** Full scheduling control, rich logic possible
1399+
14041400
- **Cons:**
14051401
- Out-of-tree scheduler plugin to maintain and manage
14061402
- Doesn't leverage existing taint/toleration infrastructure.
@@ -1427,3 +1423,8 @@ SIG to get the process for these resources started right away.
14271423
[kubernetes.io]: https://kubernetes.io/
14281424
[kubernetes/enhancements]: https://git.k8s.io/enhancements
14291425
[kubernetes/website]: https://git.k8s.io/website
1426+
1427+
[kubernetes.io]: https://kubernetes.io/
1428+
[kubernetes/enhancements]: https://git.k8s.io/enhancements
1429+
[kubernetes/website]: https://git.k8s.io/website
1430+
[maturity-levels]: https://git.k8s.io/community/contributors/devel/sig-architecture/api_changes.md#alpha-beta-and-stable-versions

keps/sig-scheduling/5471-enable-sla-based-scheduling/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- "@jane.doe"
55
owning-sig: sig-scheduling
66
participating-sigs:
7-
- sig-node
7+
- sig-apps
88
status: implementable
99
creation-date: 2025-08-08
1010
reviewers:

0 commit comments

Comments
 (0)