Fixing auto_scaler issue with root node pool in athens cluster

This commit is contained in:
shockrah 2025-12-12 14:40:54 -08:00
parent 9dc2f1d769
commit 4446ef813f

View File

@ -10,6 +10,7 @@ resource vultr_kubernetes athens {
label = var.cluster.pools["main"].label
min_nodes = var.cluster.pools["main"].min_nodes
max_nodes = var.cluster.pools["main"].max_nodes
auto_scaler = true
}
}