Skip to content

Commit

Permalink
Reflect cordon & drain operations on update (#959)
Browse files Browse the repository at this point in the history
When updating a node, skuba will cordon/drain the node before starting the
operation, and it will uncordon/undrain it whenever the update has been applied
successfully. This might not be expected by the user, so we better document it.

See #774
See SUSE/avant-garde#1842
See SUSE/skuba#1298

Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
  • Loading branch information
mssola authored Aug 11, 2020
1 parent 77b5eb9 commit 867d2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adoc/admin-updates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ The upgrade via `skuba node upgrade apply` will:
* upgrade the containerized control plane.
* upgrade the rest of the {kube} system stack (`kubelet`, `cri-o`).
* temporarily drain/cordon the node before starting the whole process, and then undrain/uncordon the node after the upgrade has been successfully applied.
* restart services.
====

Expand Down

0 comments on commit 867d2ca

Please sign in to comment.