Merge pull request #4538 from rootfs/bug-fixes

remove reference to local from KUBERNETES_PROVIDER comment
This commit is contained in:
Yu-Ju Hong 2015-02-18 09:25:15 -08:00
commit 49b92d43b6

View File

@ -18,7 +18,7 @@
# You can override the default provider by exporting the KUBERNETES_PROVIDER # You can override the default provider by exporting the KUBERNETES_PROVIDER
# variable in your bashrc # variable in your bashrc
# #
# The valid values: 'gce', 'gke', 'aws', 'azure', 'vagrant', 'local', 'vsphere' # The valid values: 'gce', 'gke', 'aws', 'azure', 'vagrant', 'vsphere'
KUBERNETES_PROVIDER=${KUBERNETES_PROVIDER:-gce} KUBERNETES_PROVIDER=${KUBERNETES_PROVIDER:-gce}