Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9ac7661
)
Fix a bug in init script
27/54327/1
author
Thomas Duval
<thomas.duval@orange.com>
Thu, 22 Mar 2018 16:28:51 +0000
(17:28 +0100)
committer
Thomas Duval
<thomas.duval@orange.com>
Thu, 22 Mar 2018 16:28:51 +0000
(17:28 +0100)
Change-Id: I7eced2471785a0c8bf4072e731547e459e956613
tools/moon_kubernetes/init_k8s_moon.sh
patch
|
blob
|
history
diff --git
a/tools/moon_kubernetes/init_k8s_moon.sh
b/tools/moon_kubernetes/init_k8s_moon.sh
index
00c1b44
..
0617de8
100644
(file)
--- a/
tools/moon_kubernetes/init_k8s_moon.sh
+++ b/
tools/moon_kubernetes/init_k8s_moon.sh
@@
-108,7
+108,7
@@
function wait_for_moon_forming() {
function wait_for_moon_manager() {
echo "Waiting for moon (manager) ..."
kube_namespace="moon"
- declare -a kube_pods=("manager #
3
")
+ declare -a kube_pods=("manager #
1
")
check_pods_running "$kube_namespace" "${kube_pods[@]}"
}