Skip to content

Commit 0186fd1

Browse files
authored
Merge pull request kubernetes#1700 from draveness/patch-7
doc: update resource quota scope selectors KEP to implemented
2 parents 3490def + ca7f44c commit 0186fd1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

keps/sig-scheduling/20190409-resource-quota-ga.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ approvers:
1717
- "@derekwaynecarr"
1818
editor: TBD
1919
creation-date: 2019-04-23
20-
last-updated: 2019-04-23
21-
status: implementable
20+
last-updated: 2020-04-18
21+
status: implemented
2222
see-also:
2323
replaces:
2424
superseded-by:
@@ -93,12 +93,12 @@ We should verify the automatic creation of quota and see if it causes any proble
9393

9494
### Graduation Criteria
9595

96-
- [ ] Remove limitation of critical pod creation in `kube-system` namespace in pod priority admission plugin
97-
- [ ] Create a `AdmissionConfiguration` object with `limitedResources` to prevent creation of system critical pods in all namespaces
98-
- [ ] Add a default quota with scope selector to allow critical pods to be created in `kube-system` namespace only
99-
- [ ] Graduate ResourceQuotaScopeSelectors API to GA
100-
- [ ] Needs a conformance test
101-
- [ ] Update documents to reflect the changes
96+
- [x] Remove limitation of critical pod creation in `kube-system` namespace in pod priority admission plugin
97+
- [x] Create a `AdmissionConfiguration` object with `limitedResources` to prevent creation of system critical pods in all namespaces
98+
- [x] Add a default quota with scope selector to allow critical pods to be created in `kube-system` namespace only
99+
- [x] Graduate ResourceQuotaScopeSelectors API to GA
100+
- [x] Needs a conformance test
101+
- [x] Update documents to reflect the changes
102102

103103
## Implementation History
104104

0 commit comments

Comments
 (0)