fix typo in node update docs

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 7bbbc8c7f16869dbb43e4e218ac280d5d1c0944a
Component: engine
This commit is contained in:
allencloud
2016-11-14 00:07:52 +08:00
parent 89b8c035b8
commit a1ee221aad
2 changed files with 6 additions and 6 deletions
@@ -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).
@@ -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).