Add local scripts, simplify kubecfg.sh

This commit is contained in:
derekwaynecarr
2014-08-11 11:49:04 -04:00
parent e35dfedd79
commit fea7b61b81
5 changed files with 150 additions and 13 deletions

View File

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