Skip to content

Commit

Permalink
Move all the region to APAC
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi <parthvi.vala@gmail.com>
  • Loading branch information
valaparthvi committed Jan 3, 2024
1 parent b99f83b commit 137ee34
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
type: string
zone:
description: GCP zone to host the runner
default: us-west1-b
default: asia-south2-c
type: string
jobs:
aks-e2e:
Expand Down
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 137ee34

Please sign in to comment.