We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c689c2 + b4a8beb commit 222ced7Copy full SHA for 222ced7
cluster/validate-cluster.sh
@@ -104,7 +104,7 @@ while true; do
104
# which are important for line counting.
105
# Use trick from https://unix.stackexchange.com/a/383411 to avoid
106
# newline truncation.
107
- node=$(kubectl_retry get nodes --chunk-size=0 --no-headers; ret=$?; echo .; exit "$ret") && res="$?" || res="$?"
+ node=$(kubectl_retry get nodes --no-headers; ret=$?; echo .; exit "$ret") && res="$?" || res="$?"
108
node="${node%.}"
109
if [ "${res}" -ne "0" ]; then
110
if [[ "${attempt}" -gt "${last_run:-$MAX_ATTEMPTS}" ]]; then
0 commit comments