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