Browse code

fix typo in node update docs

Signed-off-by: allencloud <allen.sun@daocloud.io>

allencloud authored on 2016/11/14 01:07:52
Showing 2 changed files
... ...
@@ -4113,9 +4113,9 @@ an empty value or the default cluster-wide value.
4113 4113
 
4114 4114
 JSON Parameters:
4115 4115
 
4116
-- **Annotations** – Optional medata to associate with the service.
4117
-    - **Name** – User-defined name for the service.
4118
-    - **Labels** – A map of labels to associate with the service (e.g.,
4116
+- **Annotations** – Optional medata to associate with the node.
4117
+    - **Name** – User-defined name for the node.
4118
+    - **Labels** – A map of labels to associate with the node (e.g.,
4119 4119
       `{"key":"value", "key2":"value2"}`).
4120 4120
 - **Role** - Role of the node (worker/manager).
4121 4121
 - **Availability** - Availability of the node (active/pause/drain).
... ...
@@ -4713,9 +4713,9 @@ an empty value or the default cluster-wide value.
4713 4713
 
4714 4714
 JSON Parameters:
4715 4715
 
4716
-- **Annotations** – Optional medata to associate with the service.
4717
-    - **Name** – User-defined name for the service.
4718
-    - **Labels** – A map of labels to associate with the service (e.g.,
4716
+- **Annotations** – Optional medata to associate with the node.
4717
+    - **Name** – User-defined name for the node.
4718
+    - **Labels** – A map of labels to associate with the node (e.g.,
4719 4719
       `{"key":"value", "key2":"value2"}`).
4720 4720
 - **Role** - Role of the node (worker/manager).
4721 4721
 - **Availability** - Availability of the node (active/pause/drain).