mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Minion->Node rename: kube-util hosting provider helper functions
This commit is contained in:
@@ -196,7 +196,7 @@ function find-running-minions () {
|
||||
done
|
||||
}
|
||||
|
||||
function detect-minions () {
|
||||
function detect-nodes () {
|
||||
find-running-minions
|
||||
|
||||
# This is inefficient, but we want NODE_NAMES / NODE_IDS to be ordered the same as KUBE_NODE_IP_ADDRESSES
|
||||
@@ -1105,7 +1105,7 @@ function check-cluster() {
|
||||
|
||||
sleep 5
|
||||
|
||||
detect-minions > $LOG
|
||||
detect-nodes > $LOG
|
||||
|
||||
# Don't bail on errors, we want to be able to print some info.
|
||||
set +e
|
||||
|
Reference in New Issue
Block a user