From 892c2abaf525aa070cd9af6b1818a527de5a83cf Mon Sep 17 00:00:00 2001 From: Lukasz Zajaczkowski Date: Tue, 10 May 2016 07:25:29 +0200 Subject: [PATCH] Name adjustment to OpenStack-Heat in cluster/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 e8e3cb0593b..6aaab0a4687 100755 --- a/cluster/get-kube.sh +++ b/cluster/get-kube.sh @@ -38,7 +38,7 @@ # * export KUBERNETES_PROVIDER=photon-controller; wget -q -O - https://get.k8s.io | bash # Rackspace # * export KUBERNETES_PROVIDER=rackspace; wget -q -O - https://get.k8s.io | bash -# OpenStack +# OpenStack-Heat # * 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.