We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b7324 commit a6248aaCopy full SHA for a6248aa
docs/CONFIG-VARS.md
@@ -220,7 +220,7 @@ The default values for the `node_pools` variable are as follows:
220
compute = {
221
"machine_type" = "Standard_E16s_v3"
222
"os_disk_size" = 200
223
- "min_nodes" = 0
+ "min_nodes" = 1
224
"max_nodes" = 5
225
"max_pods" = 110
226
"node_taints" = ["workload.sas.com/class=compute:NoSchedule"]
variables.tf
@@ -394,7 +394,7 @@ variable "node_pools" {
394
395
396
397
398
399
400
0 commit comments