Merge "Set cloud provider as external"

This commit is contained in:
Jenkins 2017-05-05 01:32:13 +00:00 committed by Gerrit Code Review
commit 895b264c0b
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ function install_k8s_cloud_provider {
# Turn on/off a few things in local-up-cluster.sh
export ALLOW_PRIVILEGED=true
export ALLOW_SECURITY_CONTEXT=true
export CLOUD_PROVIDER=external
export ENABLE_CRI=false
export ENABLE_DAEMON=true
export ENABLE_HOSTPATH_PROVISIONER=true