Commit e8aa0e8a authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #27936 from piosz/typo

Automatic merge from submit-queue Fixed typo in upgrade.sh script [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
parents 7565e38d 4dc6a9f2
...@@ -253,7 +253,7 @@ function do-node-upgrade() { ...@@ -253,7 +253,7 @@ function do-node-upgrade() {
echo "Rolling update ${update} is ${result} state and finished." echo "Rolling update ${update} is ${result} state and finished."
break break
fi fi
echo "Rolling update ${update} is stil in ${result} state." echo "Rolling update ${update} is still in ${result} state."
sleep 10 sleep 10
done done
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment