Skip to content

Commit a6248aa

Browse files
committed
docs: (IAC-697): Updated the min_nodes value for compute node to 1
1 parent 70b7324 commit a6248aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CONFIG-VARS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The default values for the `node_pools` variable are as follows:
220220
compute = {
221221
"machine_type" = "Standard_E16s_v3"
222222
"os_disk_size" = 200
223-
"min_nodes" = 0
223+
"min_nodes" = 1
224224
"max_nodes" = 5
225225
"max_pods" = 110
226226
"node_taints" = ["workload.sas.com/class=compute:NoSchedule"]

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ variable "node_pools" {
394394
compute = {
395395
"machine_type" = "Standard_E16s_v3"
396396
"os_disk_size" = 200
397-
"min_nodes" = 0
397+
"min_nodes" = 1
398398
"max_nodes" = 5
399399
"max_pods" = 110
400400
"node_taints" = ["workload.sas.com/class=compute:NoSchedule"]

0 commit comments

Comments
 (0)