Fixing auto_scaler issue with root node pool in athens cluster
This commit is contained in:
parent
9dc2f1d769
commit
4446ef813f
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user