mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Turn off error checking prior to sanity checking.
This commit is contained in:
parent
7d0b8e0c1c
commit
a9723d059a
@ -133,6 +133,9 @@ until $(curl --insecure --user ${user}:${passwd} --max-time 5 \
|
|||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Don't bail on errors, we want to be able to print some info.
|
||||||
|
set +e
|
||||||
|
|
||||||
# Basic sanity checking
|
# Basic sanity checking
|
||||||
for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
|
for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
|
||||||
# Make sure docker is installed
|
# Make sure docker is installed
|
||||||
|
Loading…
Reference in New Issue
Block a user