remove reference to local from KUBERNETES_PROVIDER comment

Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
Huamin Chen 2015-02-18 11:45:56 -05:00
parent 48a98f97a1
commit 3454e4e189

View File

@ -18,7 +18,7 @@
# You can override the default provider by exporting the KUBERNETES_PROVIDER
# 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}