k3s/cluster/gke
Chris Hiestand 38aeb72bf7 bugfix in util.sh, fix silent hang
`gcloud preview --help >/dev/null 2>&1` would silently hang if the
 preview component was not installed. Instead, let stderr flow normally.

to reproduce the bug and verify the fix:
1. gcloud components remove preview #answer yes
2. gcloud preview --help >/dev/null 2>&1 #note the hang, ^C
3A. gcloud preview --help >/dev/null #now prompts you to install preview component

the fix also works when run via "kube-up.sh"

alternatively: `gcloud -q preview --help >/dev/null 2>&1` will silently install
 the missing preview component
2015-02-17 01:35:24 -08:00
..
config-common.sh GKE: Fix unbound variable when pd.sh fails 2015-01-14 12:18:47 -08:00
config-default.sh Launch Elasticsearch and Kibana automatically 2015-01-09 13:41:46 -08:00
config-test.sh Allow specifying GCE network in GKE provider, default to "e2e" for tests 2015-01-07 12:18:11 -08:00
util.sh bugfix in util.sh, fix silent hang 2015-02-17 01:35:24 -08:00