We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b58ef0 + c13f2d4 commit 4887b0cCopy full SHA for 4887b0c
hack/local-up-cluster.sh
@@ -679,7 +679,7 @@ function start_cloud_controller_manager {
679
function wait_node_ready(){
680
# check the nodes information after kubelet daemon start
681
local nodes_stats="${KUBECTL} --kubeconfig '${CERT_DIR}/admin.kubeconfig' get nodes"
682
- local node_name=$KUBELET_HOST
+ local node_name=$HOSTNAME_OVERRIDE
683
local system_node_wait_time=30
684
local interval_time=2
685
kube::util::wait_for_success "$system_node_wait_time" "$interval_time" "$nodes_stats | grep $node_name"
0 commit comments