Commit ebf73a19 authored by Rémy Coutable's avatar Rémy Coutable

Use 2 replicas for the Deployment

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ffef28cc
...@@ -31,7 +31,9 @@ function ensure_namespace() { ...@@ -31,7 +31,9 @@ function ensure_namespace() {
function install_tiller() { function install_tiller() {
echo "Checking Tiller..." echo "Checking Tiller..."
helm init --upgrade helm init \
--upgrade \
--replicas 2
kubectl rollout status -n "$TILLER_NAMESPACE" -w "deployment/tiller-deploy" kubectl rollout status -n "$TILLER_NAMESPACE" -w "deployment/tiller-deploy"
if ! helm version --debug; then if ! helm version --debug; then
echo "Failed to init Tiller." echo "Failed to init Tiller."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment