Adding openstack example to get-kube.sh

This commit is contained in:
Elson O Rodriguez 2016-04-18 09:28:21 -07:00 committed by Lukasz Zajaczkowski
parent 707ef2ce76
commit 8315734bab

View File

@ -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.