Skip to content

Commit f04381d

Browse files
author
Vincent Illiano
committed
docs: more doc fixes (PSKD-1488)
Signed-off-by: Vincent Illiano <[email protected]>
1 parent 5b39ba4 commit f04381d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/CONFIG-VARS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Additional node pools can be created separate from the default node pool. This i
241241
| max_pods | Maximum number of pods per node | number | Default is 110 |
242242
| node_taints | Taints for the node pool VMs | list of strings | |
243243
| 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}} |
245245

246246
The default values for the `node_pools` variable are as follows:
247247

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ variable "aks_cluster_run_command_enabled" {
815815
}
816816

817817
variable "node_resource_group_name" {
818+
description = "Resource group name for the AKS cluster resources."
818819
type = string
819820
default = ""
820821
}

0 commit comments

Comments
 (0)