Enable kube-dashboard

Change-Id: I11cdb87874467e395b6437408d6122cc1cc7dee2
This commit is contained in:
Davanum Srinivas 2017-04-23 21:16:39 -04:00
parent 30f4175937
commit 17dd100335
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ function install_k8s_cloud_provider {
# Turn on/off a few things in local-up-cluster.sh
export ALLOW_PRIVILEGED=true
export KUBE_ENABLE_CLUSTER_DNS=false
export KUBE_ENABLE_CLUSTER_DASHBOARD=true
export ALLOW_SECURITY_CONTEXT=true
export ALLOW_ANY_TOKEN=true
export ENABLE_HOSTPATH_PROVISIONER=true