Set cloud provider as external

To be able to run the standalone openstack k8s cloud
provider, we need to set CLOUD_PROVIDER as external
per documentation:
https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/

Change-Id: Ifdba1c67971d9949f8f6aa2c97c42992fd3b0944
This commit is contained in:
Davanum Srinivas 2017-05-04 19:44:00 -04:00
parent dfce08820e
commit 8c819eddaf
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