File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ approvers:
17
17
- " @derekwaynecarr"
18
18
editor : TBD
19
19
creation-date : 2019-04-23
20
- last-updated : 2019 -04-23
21
- status : implementable
20
+ last-updated : 2020 -04-18
21
+ status : implemented
22
22
see-also :
23
23
replaces :
24
24
superseded-by :
@@ -93,12 +93,12 @@ We should verify the automatic creation of quota and see if it causes any proble
93
93
94
94
### Graduation Criteria
95
95
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
102
102
103
103
## Implementation History
104
104
You can’t perform that action at this time.
0 commit comments