Skip to content

Commit

Permalink
Fix wrong command parameter in update instructions (Closes #967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Aug 13, 2020
1 parent 024b03a commit 29a81cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/admin-updates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Only then you will be able to manually `reboot` the node safely.
Once the node is back, remember to `uncordon` it so it is scheduleable again:

----
kubectl cordon <NODE_ID>
kubectl uncordon <NODE_ID>
----

Perform the above steps first on control plane nodes, and afterwards on worker nodes.
Expand Down

0 comments on commit 29a81cc

Please sign in to comment.