Code Review
/
models.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5370e97
)
Prevent script hang
59/46559/1
author
Bryan Sullivan
<bryan.sullivan@att.com>
Thu, 2 Nov 2017 13:39:19 +0000
(06:39 -0700)
committer
Bryan 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
patch
|
blob
|
history
diff --git
a/tools/kubernetes/k8s-cluster.sh
b/tools/kubernetes/k8s-cluster.sh
index
9072442
..
f55c1b9
100644
(file)
--- a/
tools/kubernetes/k8s-cluster.sh
+++ b/
tools/kubernetes/k8s-cluster.sh
@@
-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!