You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/node_template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The following arguments are supported:
96
96
*`driver_id` - (Optional/Computed) The node driver id used by the node template. It's required if the node driver isn't built in Rancher (string)
97
97
*`engine_env` - (Optional) Engine environment for the node template (string)
98
98
*`engine_insecure_registry` - (Optional) Insecure registry for the node template (list)
99
-
*`engine_install_url` - (Optional) Docker engine install URL for the node template. Default `https://releases.rancher.com/install-docker/18.09.sh`. Available install docker versions at `https://github.com/rancher/install-docker` (string)
99
+
*`engine_install_url` - (Optional/Computed) Docker engine install URL for the node template. Available install docker versions at `https://github.com/rancher/install-docker` (string)
100
100
*`engine_label` - (Optional) Engine label for the node template (string)
101
101
*`engine_opt` - (Optional) Engine options for the node template (map)
102
102
*`engine_registry_mirror` - (Optional) Engine registry mirror for the node template (list)
@@ -110,7 +110,7 @@ The following arguments are supported:
110
110
*`annotations` - (Optional) Annotations for Node Template object (map)
111
111
*`labels` - (Optional/Computed) Labels for Node Template object (map)
112
112
113
-
**Note**`annotations`, `labels` and `node_taints` will be applied to nodes deployed using the Node Template
113
+
**Note**`labels` and `node_taints` will be applied to nodes deployed using the Node Template
0 commit comments