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/CONFIG-VARS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ Additional node pools can be created separate from the default node pool. This i
241
241
| max_pods | Maximum number of pods per node | number | Default is 110 |
242
242
| node_taints | Taints for the node pool VMs | list of strings ||
243
243
| node_labels | Labels to add to the node pool VMs | map ||
244
-
| vm_max_map_count | Maximum number of memory map areas | map | Value is set as follows: "linux_os_config" = {"sysctl_config" = {"vm_max_map_count" = 262144}} |
244
+
| vm_max_map_count (Optional) | Linux kernel parameter that defines the maximum number of memory map areas that a process can have| map | Value is set as follows: "linux_os_config" = {"sysctl_config" = {"vm_max_map_count" = 262144}} |
245
245
246
246
The default values for the `node_pools` variable are as follows:
0 commit comments