From c5ca66b2e19c5d6de9e2c2b69d80a896499ee3ad Mon Sep 17 00:00:00 2001 From: Elson O Rodriguez Date: Sun, 24 Apr 2016 21:59:12 -0700 Subject: [PATCH] Changing openstack to openstack-heat in get-kube.sh --- cluster/get-kube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/get-kube.sh b/cluster/get-kube.sh index 5b7b3c69654..e8e3cb0593b 100755 --- a/cluster/get-kube.sh +++ b/cluster/get-kube.sh @@ -39,7 +39,7 @@ # Rackspace # * export KUBERNETES_PROVIDER=rackspace; wget -q -O - https://get.k8s.io | bash # OpenStack -# * export KUBERNETES_PROVIDER=openstack; wget -q -O - https://get.k8s.io | bash +# * export KUBERNETES_PROVIDER=openstack-heat; wget -q -O - https://get.k8s.io | bash # # Set KUBERNETES_SKIP_DOWNLOAD to non-empty to skip downloading a release. # Set KUBERNETES_SKIP_CONFIRM to skip the installation confirmation prompt.