mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #37381 from jszczepkowski/ha-rm-exact
Automatic merge from submit-queue HA master: configurable replica name during kube-down.
This commit is contained in:
commit
fed53f3ba9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user