diff --git a/docs/reference/commandline/node_update.md b/docs/reference/commandline/node_update.md index 32e8582d2c..ed3dc60d02 100644 --- a/docs/reference/commandline/node_update.md +++ b/docs/reference/commandline/node_update.md @@ -19,6 +19,8 @@ Update a node Options: --availability string Availability of the node (active/pause/drain) --help Print usage + --label-add value Add or update a node label (key=value) (default []) + --label-rm value Remove a node label if exists (default []) --membership string Membership of the node (accepted/rejected) --role string Role of the node (worker/manager) ```