Skip to content

Commit 957c8cc

Browse files
authored
Add documentation missing from PR #15679. (#16015)
1 parent d792fa9 commit 957c8cc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ Structure is [documented below](#nested_node_kubelet_config).
12281228

12291229
* `network_tags` (Optional) - The network tag config for the cluster's automatically provisioned node pools. Structure is [documented below](#nested_network_tags).
12301230

1231-
* `linux_node_config` (Optional) - Linux system configuration for the cluster's automatically provisioned node pools. Only `cgroup_mode` field is supported in `node_pool_auto_config`. Structure is [documented below](#nested_linux_node_config).
1231+
* `linux_node_config` (Optional) - Linux system configuration for the cluster's automatically provisioned node pools. Only `cgroup_mode` and `node_kernel_module_loading` fields are supported in `node_pool_auto_config`. Structure is [documented below](#nested_linux_node_config).
12321232

12331233
<a name="nested_node_kubelet_config"></a>The `node_kubelet_config` block supports:
12341234

@@ -1608,6 +1608,8 @@ linux_node_config {
16081608

16091609
* `hugepages_config` - (Optional) Amounts for 2M and 1G hugepages. Structure is [documented below](#nested_hugepages_config).
16101610

1611+
* `node_kernel_module_loading` - (Optional) Settings for kernel module loading. Structure is [documented below](#nested_node_kernel_module_loading_config).
1612+
16111613
<a name="nested_hugepages_config"></a>The `hugepages_config` block supports:
16121614

16131615
* `hugepage_size_2m` - (Optional) Amount of 2M hugepages.
@@ -1630,6 +1632,14 @@ linux_node_config {
16301632
* `TRANSPARENT_HUGEPAGE_DEFRAG_NEVER`: An application will never enter direct reclaim or compaction.
16311633
* `TRANSPARENT_HUGEPAGE_DEFRAG_UNSPECIFIED`: Default value. GKE will not modify the kernel configuration.
16321634

1635+
<a name="nested_node_kernel_module_loading_config"></a>The `node_kernel_module_loading` block supports:
1636+
1637+
* `policy` - (Optional) Possible kernel module loading policies.
1638+
Accepted values are:
1639+
* `POLICY_UNSPECIFIED`: Default if unset. GKE selects the image based on node type. For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not.
1640+
* `ENFORCE_SIGNED_MODULES`: Enforced signature verification: Node pools will use a Container-Optimized OS image configured to allow loading of *Google-signed* external kernel modules. Loadpin is enabled but configured to exclude modules, and kernel module signature checking is enforced.
1641+
* `DO_NOT_ENFORCE_SIGNED_MODULES`: Mirrors existing DEFAULT behavior: For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not.
1642+
16331643
<a name="nested_containerd_config"></a>The `containerd_config` block supports:
16341644

16351645
* `private_registry_access_config` (Optional) - Configuration for private container registries. There are two fields in this config:

0 commit comments

Comments
 (0)