Prevent script hang 59/46559/1
authorBryan Sullivan <bryan.sullivan@att.com>
Thu, 2 Nov 2017 13:39:19 +0000 (06:39 -0700)
committerBryan Sullivan <bryan.sullivan@att.com>
Thu, 2 Nov 2017 13:39:19 +0000 (06:39 -0700)
JIRA: MODELS-23

Change-Id: I2200eb515a944ff339ea5e50b415d120edf68f1d
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
tools/kubernetes/k8s-cluster.sh

index 9072442..f55c1b9 100644 (file)
@@ -237,7 +237,7 @@ function setup_helm() {
   chmod 700 get_helm.sh
   ./get_helm.sh
   helm init
-  nohup helm serve &
+  nohup helm serve > /dev/null 2>&1 &
   helm repo update
   # TODO: Workaround for bug https://github.com/kubernetes/helm/issues/2224
   # For testing use only!