mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Fix node numbers for node list
This commit is contained in:
parent
a161edb396
commit
a1c2641b53
@ -58,7 +58,9 @@ while true; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo "Found ${found} nodes."
|
echo "Found ${found} nodes."
|
||||||
cat -n "${MINIONS_FILE}"
|
echo -n " "
|
||||||
|
head -n 1 "${MINIONS_FILE}"
|
||||||
|
tail -n +2 "${MINIONS_FILE}" | cat -n
|
||||||
|
|
||||||
attempt=0
|
attempt=0
|
||||||
while true; do
|
while true; do
|
||||||
|
Loading…
Reference in New Issue
Block a user