Skip to content

Commit 63b094e

Browse files
committed
Update integration test
1 parent f11129b commit 63b094e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration/update_cluster/minimal_gce/in-v1alpha2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ metadata:
8282
spec:
8383
image: ubuntu-os-cloud/ubuntu-2004-focal-v20221018
8484
machineType: e2-medium
85-
maxSize: 2
86-
minSize: 2
85+
maxSize: 3
86+
minSize: 3
8787
role: Node
8888
subnets:
8989
- us-test1

tests/integration/update_cluster/minimal_gce/kubernetes.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ resource "google_compute_instance_group_manager" "a-nodes-minimal-gce-example-co
421421
}
422422
list_managed_instances_results = "PAGINATED"
423423
name = "a-nodes-minimal-gce-example-com"
424-
target_size = 2
424+
target_size = 3
425425
update_policy {
426426
minimal_action = "REPLACE"
427427
type = "OPPORTUNISTIC"

0 commit comments

Comments
 (0)