Commit 3fb4f4b8 authored by Jerzy Szczepkowski's avatar Jerzy Szczepkowski

HA master: configurable replica name during kube-down.

HA master: configurable replica name during kube-down.
parent 124fb610
...@@ -1328,7 +1328,7 @@ function kube-down() { ...@@ -1328,7 +1328,7 @@ function kube-down() {
done done
fi fi
local -r REPLICA_NAME="$(get-replica-name)" local -r REPLICA_NAME="${KUBE_REPLICA_NAME:-$(get-replica-name)}"
set-existing-master set-existing-master
......
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