mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
Support node label update.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
@@ -19,6 +19,8 @@ Update a node
|
|||||||
Options:
|
Options:
|
||||||
--availability string Availability of the node (active/pause/drain)
|
--availability string Availability of the node (active/pause/drain)
|
||||||
--help Print usage
|
--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)
|
--membership string Membership of the node (accepted/rejected)
|
||||||
--role string Role of the node (worker/manager)
|
--role string Role of the node (worker/manager)
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user