Commit fed53f3b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #37381 from jszczepkowski/ha-rm-exact

Automatic merge from submit-queue HA master: configurable replica name during kube-down.
parents 029ac283 3fb4f4b8
......@@ -1312,7 +1312,7 @@ function kube-down() {
done
fi
local -r REPLICA_NAME="$(get-replica-name)"
local -r REPLICA_NAME="${KUBE_REPLICA_NAME:-$(get-replica-name)}"
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