58
58
Items marked with (R) are required * prior to targeting to a milestone / release* .
59
59
60
60
- [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)
64
64
- [ ] e2e Tests for all Beta API Operations (endpoints)
65
65
- [ ] (R) Ensure GA e2e tests meet requirements for [ Conformance Tests] ( https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md )
66
66
- [ ] (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
864
864
865
865
- **Taints e2e Tests:** (test/e2e/node/taints.go)
866
866
- **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)
869
867
870
868
# ## Graduation Criteria
871
869
@@ -1398,9 +1396,7 @@ There are many different alternatives were considered:
1398
1396
1399
1397
1. **New Dedicated SLA API Resource:** Create `SLAPolicy` CRD
1400
1398
- **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
+
1404
1400
- **Cons:**
1405
1401
- Out-of-tree scheduler plugin to maintain and manage
1406
1402
- Doesn't leverage existing taint/toleration infrastructure.
@@ -1427,3 +1423,8 @@ SIG to get the process for these resources started right away.
1427
1423
[kubernetes.io] : https://kubernetes.io/
1428
1424
[kubernetes/enhancements] : https://git.k8s.io/enhancements
1429
1425
[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
0 commit comments