From 8315734babf33c3b297c9cfcfc743b15371f56ff Mon Sep 17 00:00:00 2001 From: Elson O Rodriguez Date: Mon, 18 Apr 2016 09:28:21 -0700 Subject: [PATCH] Adding openstack example to get-kube.sh --- cluster/get-kube.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/get-kube.sh b/cluster/get-kube.sh index f74b752c1d8..5b7b3c69654 100755 --- a/cluster/get-kube.sh +++ b/cluster/get-kube.sh @@ -38,6 +38,8 @@ # * 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 +# * export KUBERNETES_PROVIDER=openstack; 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.