1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #28359 from allencloud/fix-typo-in-node-update-docs

fix typo in node update docs
This commit is contained in:
Doug Davis 2016-11-13 10:41:09 -06:00 committed by GitHub
commit 3be885cd89
2 changed files with 6 additions and 6 deletions

View file

@ -4113,9 +4113,9 @@ an empty value or the default cluster-wide value.
JSON Parameters:
- **Annotations** Optional medata to associate with the service.
- **Name** User-defined name for the service.
- **Labels** A map of labels to associate with the service (e.g.,
- **Annotations** Optional medata to associate with the node.
- **Name** User-defined name for the node.
- **Labels** A map of labels to associate with the node (e.g.,
`{"key":"value", "key2":"value2"}`).
- **Role** - Role of the node (worker/manager).
- **Availability** - Availability of the node (active/pause/drain).

View file

@ -4713,9 +4713,9 @@ an empty value or the default cluster-wide value.
JSON Parameters:
- **Annotations** Optional medata to associate with the service.
- **Name** User-defined name for the service.
- **Labels** A map of labels to associate with the service (e.g.,
- **Annotations** Optional medata to associate with the node.
- **Name** User-defined name for the node.
- **Labels** A map of labels to associate with the node (e.g.,
`{"key":"value", "key2":"value2"}`).
- **Role** - Role of the node (worker/manager).
- **Availability** - Availability of the node (active/pause/drain).