[bitnami/etcd] etcd auto-recover cluster

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
juan131
2019-11-11 11:08:16 +01:00
parent 4d2db92ba3
commit 0877afe268
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: etcd
version: 4.4.1
version: 4.4.2
appVersion: 3.4.3
description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines
keywords:

View File

@@ -163,8 +163,7 @@ data:
exit 1
fi
{{- else }}
echo "==> Disaster recovery is disabled, the cluster cannot be recovered!" 1>&3 2>&4
exit 1
echo "==> Disaster recovery is disabled, the cluster will try to recover on it's own..." 1>&3 2>&4
{{- end }}
elif should_add_new_member; then
echo "==> Adding new member to existing cluster..." 1>&3 2>&4