mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Report the found minions during validation of cluster
This commit is contained in:
parent
63c07ad58b
commit
5691b535eb
@ -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