mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 00:37:42 -02:30
upcloud: update terraform provider strict anti-affinity (#10474)
This commit is contained in:
@@ -18,7 +18,7 @@ ssh_public_keys = [
|
||||
|
||||
# check list of available plan https://developers.upcloud.com/1.3/7-plans/
|
||||
machines = {
|
||||
"master-0" : {
|
||||
"control-plane-0" : {
|
||||
"node_type" : "master",
|
||||
# plan to use instead of custom cpu/mem
|
||||
"plan" : null,
|
||||
@@ -133,9 +133,9 @@ loadbalancers = {
|
||||
server_groups = {
|
||||
# "control-plane" = {
|
||||
# servers = [
|
||||
# "master-0"
|
||||
# "control-plane-0"
|
||||
# ]
|
||||
# anti_affinity = true
|
||||
# anti_affinity_policy = "strict"
|
||||
# },
|
||||
# "workers" = {
|
||||
# servers = [
|
||||
@@ -143,6 +143,6 @@ server_groups = {
|
||||
# "worker-1",
|
||||
# "worker-2"
|
||||
# ]
|
||||
# anti_affinity = true
|
||||
# anti_affinity_policy = "yes"
|
||||
# }
|
||||
}
|
||||
Reference in New Issue
Block a user