mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor updates
This commit is contained in:
2
vendor/k8s.io/kubernetes/cluster/validate-cluster.sh
generated
vendored
2
vendor/k8s.io/kubernetes/cluster/validate-cluster.sh
generated
vendored
@ -97,7 +97,7 @@ while true; do
|
||||
# available and then get restarted as the kubelet configures the docker bridge.
|
||||
#
|
||||
# We are assigning the result of kubectl_retry get nodes operation to the res
|
||||
# varaible in that way, to prevent stopping the whole script on an error.
|
||||
# variable in that way, to prevent stopping the whole script on an error.
|
||||
node=$(kubectl_retry get nodes) && res="$?" || res="$?"
|
||||
if [ "${res}" -ne "0" ]; then
|
||||
if [[ "${attempt}" -gt "${last_run:-$MAX_ATTEMPTS}" ]]; then
|
||||
|
Reference in New Issue
Block a user