From 220c91557b417071906dd928d6aeebcb352651f5 Mon Sep 17 00:00:00 2001 From: Parthvi Date: Wed, 3 Jan 2024 15:36:57 +0530 Subject: [PATCH] Move all the region to APAC --- cattle-config-import.yaml | 2 +- cattle-config-provisioning.yaml | 4 ++-- hosted/gke/p0/p0_suite_test.go | 2 +- hosted/gke/support_matrix/support_matrix_importing_test.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cattle-config-import.yaml b/cattle-config-import.yaml index 97b1be8a..5b44216c 100644 --- a/cattle-config-import.yaml +++ b/cattle-config-import.yaml @@ -42,7 +42,7 @@ eksClusterConfig: region: ca-central-1 gkeClusterConfig: projectID: - zone: us-central1-c + zone: asia-south2-c imported: true nodePools: - autoscaling: {} diff --git a/cattle-config-provisioning.yaml b/cattle-config-provisioning.yaml index 60ade652..36a1700e 100644 --- a/cattle-config-provisioning.yaml +++ b/cattle-config-provisioning.yaml @@ -51,7 +51,7 @@ eksClusterConfig: privateAccess: false publicAccess: true publicAccessSources: [] - region: us-east-2 + region: ap-south-1 secretsEncryption: false securityGroups: [] serviceRole: "" @@ -120,7 +120,7 @@ gkeClusterConfig: masterIpv4CidrBlock: "" region: "" subnetwork: default - zone: us-central1-c + zone: asia-south2-c projectID: googleCredentials: rancher: diff --git a/hosted/gke/p0/p0_suite_test.go b/hosted/gke/p0/p0_suite_test.go index f5c0c7f4..5159864b 100644 --- a/hosted/gke/p0/p0_suite_test.go +++ b/hosted/gke/p0/p0_suite_test.go @@ -13,7 +13,7 @@ import ( var ( ctx helpers.Context clusterName string - zone = "us-central1-c" + zone = "asia-south2-c" project = os.Getenv("GKE_PROJECT_ID") k8sVersion = "1.27.4-gke.900" increaseBy = 1 diff --git a/hosted/gke/support_matrix/support_matrix_importing_test.go b/hosted/gke/support_matrix/support_matrix_importing_test.go index 58ed94f2..a68191f0 100644 --- a/hosted/gke/support_matrix/support_matrix_importing_test.go +++ b/hosted/gke/support_matrix/support_matrix_importing_test.go @@ -30,7 +30,7 @@ var _ = Describe("SupportMatrixImporting", func() { clusterName string cluster *management.Cluster project = os.Getenv("GKE_PROJECT_ID") - zone = "us-central1-c" + zone = "asia-south2-c" ) BeforeEach(func() { clusterName = namegen.AppendRandomString("gkehostcluster")