Description
Enhancement Description
-
One-line enhancement description (can be used as a release note):
Graduate ResourceQuotaScopeSelectors from beta to GA -
Kubernetes Enhancement Proposal PR: Promote resourcequotascopeselector to GA #987
-
Kubernetes Enhancement Proposal: 20190409-resource-quota-ga
-
Primary contact (assignee): @ravisantoshgudimetla
-
Responsible SIGs: @kubernetes/sig-scheduling-feature-requests @bsalamat @derekwaynecarr @sjenning
-
Enhancement target (which target equals to which milestone):
- Stable release target (1.15)
Please to keep this description up to date. This will help the Enhancement Team track efficiently the evolution of the enhancement
ResourceQuotaScopeSelectors allow critical pods to be created in any namespace that cluster-admin configured using quotas. While Priority & Preemption graduated to GA in 1.14, we still need to address the issue of not allowing critical pods in namespaces other than kube-system
. So, we wish to address this by allowing ResourceQuotaScopeSelectors to GA.