ALLOW_ANY_TOKEN should be the default - False

Change-Id: I8ff6bee9364cccc3c3b04210734c577a70d46d9f
This commit is contained in:
Davanum Srinivas 2017-04-26 13:36:22 -04:00
parent 5523adba7d
commit acad27e245
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ function install_k8s_cloud_provider {
export KUBE_ENABLE_CLUSTER_DNS=true
export KUBE_ENABLE_CLUSTER_DASHBOARD=true
export ALLOW_SECURITY_CONTEXT=true
export ALLOW_ANY_TOKEN=true
export ENABLE_HOSTPATH_PROVISIONER=true
# Use the docker0's ip address for kubedns to work
export API_HOST_IP="172.17.0.1"