mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #4137 from satnam6502/kubeup
Report the found minions during validation of cluster
This commit is contained in:
commit
bf0977396f
@ -50,6 +50,7 @@ while true; do
|
||||
fi
|
||||
done
|
||||
echo "Found ${found} nodes."
|
||||
cat "${MINIONS_FILE}"
|
||||
|
||||
# On vSphere, use minion IPs as their names
|
||||
if [[ "${KUBERNETES_PROVIDER}" == "vsphere" ]] || [[ "${KUBERNETES_PROVIDER}" == "vagrant" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user