mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/etcd] etcd auto-recover cluster
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user