Skip to content

Commit

Permalink
Move all the region to APAC
Browse files Browse the repository at this point in the history
  • Loading branch information
valaparthvi committed Jan 3, 2024
1 parent 830cf1e commit 220c915
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cattle-config-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ eksClusterConfig:
region: ca-central-1
gkeClusterConfig:
projectID: <project>
zone: us-central1-c
zone: asia-south2-c
imported: true
nodePools:
- autoscaling: {}
Expand Down
4 changes: 2 additions & 2 deletions cattle-config-provisioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ eksClusterConfig:
privateAccess: false
publicAccess: true
publicAccessSources: []
region: us-east-2
region: ap-south-1
secretsEncryption: false
securityGroups: []
serviceRole: ""
Expand Down Expand Up @@ -120,7 +120,7 @@ gkeClusterConfig:
masterIpv4CidrBlock: ""
region: ""
subnetwork: default
zone: us-central1-c
zone: asia-south2-c
projectID: <project>
googleCredentials:
rancher:
Expand Down
2 changes: 1 addition & 1 deletion hosted/gke/p0/p0_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hosted/gke/support_matrix/support_matrix_importing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 220c915

Please sign in to comment.