Allow for configuring etcd progress notify interval on GCE

This commit is contained in:
wojtekt
2020-10-29 15:43:51 +01:00
parent 2729b8e375
commit eb63da77ea
4 changed files with 15 additions and 0 deletions

View File

@@ -1459,6 +1459,11 @@ EOF
if [ -n "${ETCD_LISTEN_CLIENT_IP:-}" ]; then
cat >>"$file" <<EOF
ETCD_LISTEN_CLIENT_IP: $(yaml-quote "${ETCD_LISTEN_CLIENT_IP}")
EOF
fi
if [ -n "${ETCD_PROGRESS_NOTIFY_INTERVAL:-}" ]; then
cat >>"$file" <<EOF
ETCD_PROGRESS_NOTIFY_INTERVAL: $(yaml-quote "${ETCD_PROGRESS_NOTIFY_INTERVAL}")
EOF
fi