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: website/docs/r/container_cluster.html.markdown
+9
Original file line number
Diff line number
Diff line change
@@ -1003,6 +1003,15 @@ kubelet_config {
1003
1003
1004
1004
*`linux_node_config` - (Optional) Parameters that can be configured on Linux nodes. Structure is [documented below](#nested_linux_node_config).
1005
1005
1006
+
*`windows_node_config` - (Optional)
1007
+
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2019]. For example:
1008
+
1009
+
```hcl
1010
+
windows_node_config {
1011
+
osversion = "OS_VERSION_LTSC2019"
1012
+
}
1013
+
```
1014
+
1006
1015
*`containerd_config` - (Optional) Parameters to customize containerd runtime. Structure is [documented below](#nested_containerd_config).
1007
1016
1008
1017
*`node_group` - (Optional) Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
0 commit comments