diff --git a/cluster/kube-env.sh b/cluster/kube-env.sh index 3847682b86a..d719476c465 100644 --- a/cluster/kube-env.sh +++ b/cluster/kube-env.sh @@ -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}