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 f11129b commit 63b094eCopy full SHA for 63b094e
tests/integration/update_cluster/minimal_gce/in-v1alpha2.yaml
@@ -82,8 +82,8 @@ metadata:
82
spec:
83
image: ubuntu-os-cloud/ubuntu-2004-focal-v20221018
84
machineType: e2-medium
85
- maxSize: 2
86
- minSize: 2
+ maxSize: 3
+ minSize: 3
87
role: Node
88
subnets:
89
- us-test1
tests/integration/update_cluster/minimal_gce/kubernetes.tf
@@ -421,7 +421,7 @@ resource "google_compute_instance_group_manager" "a-nodes-minimal-gce-example-co
421
}
422
list_managed_instances_results = "PAGINATED"
423
name = "a-nodes-minimal-gce-example-com"
424
- target_size = 2
+ target_size = 3
425
update_policy {
426
minimal_action = "REPLACE"
427
type = "OPPORTUNISTIC"
0 commit comments