From 5b6fa75406229e77b78d23c74324808611714f95 Mon Sep 17 00:00:00 2001 From: David Eads Date: Tue, 24 Oct 2017 14:19:41 -0400 Subject: [PATCH] enable webhook admission in local up cluster --- 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 8f2584bd52e..94dd5d742a5 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -419,7 +419,7 @@ function start_apiserver { fi # Admission Controllers to invoke prior to persisting objects in cluster - ADMISSION_CONTROL=Initializers,NamespaceLifecycle,LimitRanger,ServiceAccount${security_admission},DefaultStorageClass,DefaultTolerationSeconds,ResourceQuota + ADMISSION_CONTROL=Initializers,NamespaceLifecycle,LimitRanger,ServiceAccount${security_admission},DefaultStorageClass,DefaultTolerationSeconds,ResourceQuota,GenericAdmissionWebhook # 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