kubernetes/cluster
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
..
addons Reinstate cluster logging URLs to the end of kube-up.sh 2015-02-03 08:27:02 -08:00
aws Pause between launching master and minions 2015-01-29 21:08:27 -05:00
azure democratize restart-apiserver method across clouds 2015-02-11 13:44:43 -08:00
gce Retry #4337: Make gce kubeconfig context include project 2015-02-13 13:31:50 -08:00
gke bugfix in util.sh, fix silent hang 2015-02-17 01:35:24 -08:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Deferred creation of SkyDNS, monitoring and logging objects 2015-01-21 12:25:50 -08:00
saltbase Configure docker with larger open files. 2015-02-11 23:52:58 -08:00
ubuntu ubuntu getting started guide 2014-12-15 15:43:35 -08:00
vagrant democratize restart-apiserver method across clouds 2015-02-11 13:44:43 -08:00
vsphere Deferred creation of SkyDNS, monitoring and logging objects 2015-01-21 12:25:50 -08:00
get-kube.sh rev the version for get-kube.sh 2015-02-06 22:14:58 -08:00
kube-down.sh Deferred creation of SkyDNS, monitoring and logging objects 2015-01-21 12:25:50 -08:00
kube-env.sh GKE: Limit liveness.sh to server version >0.7.2 2015-01-05 14:21:21 -08:00
kube-push.sh Set shell options for reliability. 2014-10-10 12:33:36 -07:00
kube-up.sh Fix jenkins/hack/e2e.sh, log errors better 2015-02-05 09:16:11 -08:00
kube-util.sh Vagrant now using pre-built binaries. 2014-10-10 12:30:12 -07:00
kubectl.sh Unbreak cluster/validate-cluster.sh 2015-02-13 10:48:32 -08:00
test-network.sh Add a simple driver to test cluster networking. 2015-02-09 20:55:51 -08:00
validate-cluster.sh Report the found minions during validation of cluster 2015-02-09 10:19:04 -08:00