From 9700d4d93421d3d6a2cd062de5798d0c48cd16a3 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Tue, 6 Sep 2022 08:34:23 +0300 Subject: [PATCH] Run hack/update-expected.sh --- .../create_cluster/gce_byo_sa/expected-v1alpha2.yaml | 2 +- .../create_cluster/ha_gce/expected-v1alpha2.yaml | 6 +++--- .../create_cluster/private_gce/expected-v1alpha2.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/integration/create_cluster/gce_byo_sa/expected-v1alpha2.yaml b/tests/integration/create_cluster/gce_byo_sa/expected-v1alpha2.yaml index 8d4dea1fe7..7750f2917a 100644 --- a/tests/integration/create_cluster/gce_byo_sa/expected-v1alpha2.yaml +++ b/tests/integration/create_cluster/gce_byo_sa/expected-v1alpha2.yaml @@ -65,7 +65,7 @@ metadata: name: master-us-test1-a spec: image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118 - machineType: n1-standard-1 + machineType: e2-medium maxSize: 1 minSize: 1 role: Master diff --git a/tests/integration/create_cluster/ha_gce/expected-v1alpha2.yaml b/tests/integration/create_cluster/ha_gce/expected-v1alpha2.yaml index 6c2bc8cc6e..1ab9e3e2fc 100644 --- a/tests/integration/create_cluster/ha_gce/expected-v1alpha2.yaml +++ b/tests/integration/create_cluster/ha_gce/expected-v1alpha2.yaml @@ -72,7 +72,7 @@ metadata: name: master-us-test1-a spec: image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118 - machineType: n1-standard-1 + machineType: e2-medium maxSize: 1 minSize: 1 role: Master @@ -92,7 +92,7 @@ metadata: name: master-us-test1-b spec: image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118 - machineType: n1-standard-1 + machineType: e2-medium maxSize: 1 minSize: 1 role: Master @@ -112,7 +112,7 @@ metadata: name: master-us-test1-c spec: image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118 - machineType: n1-standard-1 + machineType: e2-medium maxSize: 1 minSize: 1 role: Master diff --git a/tests/integration/create_cluster/private_gce/expected-v1alpha2.yaml b/tests/integration/create_cluster/private_gce/expected-v1alpha2.yaml index 7b40a93655..c00b0b361e 100644 --- a/tests/integration/create_cluster/private_gce/expected-v1alpha2.yaml +++ b/tests/integration/create_cluster/private_gce/expected-v1alpha2.yaml @@ -95,7 +95,7 @@ spec: - sg-exampleid3 - sg-exampleid4 image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118 - machineType: n1-standard-1 + machineType: e2-medium maxSize: 1 minSize: 1 role: Master