From b6b26ae9c08753f1cbf6967502d90aeafe66dcfe Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Mon, 10 Apr 2017 11:31:08 -0400 Subject: [PATCH] Move ResourceQuota plugin at the end of the admission plugin chain. --- hack/local-up-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index f3bb73ade4a..3b706874e6e 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -406,7 +406,7 @@ function start_apiserver { fi # Admission Controllers to invoke prior to persisting objects in cluster - ADMISSION_CONTROL=Initializers,NamespaceLifecycle,LimitRanger,ServiceAccount${security_admission},ResourceQuota,DefaultStorageClass,DefaultTolerationSeconds + ADMISSION_CONTROL=Initializers,NamespaceLifecycle,LimitRanger,ServiceAccount${security_admission},DefaultStorageClass,DefaultTolerationSeconds,ResourceQuota # This is the default dir and filename where the apiserver will generate a self-signed cert # which should be able to be used as the CA to verify itself