mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 02:37:36 +00:00
fix all the typos across the project
This commit is contained in:
@@ -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