main.tf aktualisiert
This commit is contained in:
@@ -152,6 +152,10 @@ resource "rancher2_cluster_v2" "cluster" {
|
|||||||
kind = rancher2_machine_config_v2.vm-xlarge.kind
|
kind = rancher2_machine_config_v2.vm-xlarge.kind
|
||||||
name = rancher2_machine_config_v2.vm-xlarge.name
|
name = rancher2_machine_config_v2.vm-xlarge.name
|
||||||
}
|
}
|
||||||
|
annotations = {
|
||||||
|
"cluster.provisioning.cattle.io/autoscaler-min-size" = "1",
|
||||||
|
"cluster.provisioning.cattle.io/autoscaler-max-size" = "5",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
machine_selector_config {
|
machine_selector_config {
|
||||||
|
|||||||
Reference in New Issue
Block a user