Commit e19e7891 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #31727 from mbruzek/remove-storage-plugin

Automatic merge from submit-queue Removing the Storage plugin from the juju cluster master.json manifest file **What this PR does / why we need it**: The Juju cluster fails to bring up the apiserver. Using the docker logs I see the API server complaining about a fatal error. ``` F0830 17:04:16.922997 1 plugins.go:143] Unknown admission plugin: DefaultStorageClass ``` **Which issue this PR fixes** : fixes #31726 **Special notes for your reviewer**: This is specifically for the Juju cluster provider. **Release note**: ``` release-note-none ```
parents 2ecd9610 bd1f75a4
......@@ -38,7 +38,7 @@
"--etcd-certfile={{ etcd_cert }}",
{%- endif %}
"--etcd-servers={{ connection_string }}",
"--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,DefaultStorageClass,ResourceQuota",
"--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota",
"--client-ca-file=/srv/kubernetes/ca.crt",
"--basic-auth-file=/srv/kubernetes/basic_auth.csv",
"--min-request-timeout=300",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment