Skip to content

Commit

Permalink
Add US West GCP (#3920)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdess09 authored Nov 2, 2023
1 parent 40391d4 commit e447f83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dashboard/src/components/GCPProvisionerSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ const locationOptions = [
{ value: "europe-west2", label: "europe-west2 (London, England)" },
{ value: "europe-west6", label: "europe-west6 (Zurich, Switzerland)" },
{ value: "asia-south1", label: "asia-south1 (Mumbia, India)" },
{ value: "us-west1", label: "us-west1 (Oregon, USA)" },
{ value: "us-west2", label: "us-west2 (Los Angeles, USA)" },
{ value: "us-west3", label: "us-west3 (Salt Lake City, USA)" },
{ value: "us-west4", label: "us-west4 (Las Vegas, USA)" },
];

const defaultClusterNetworking = new GKENetwork({
Expand Down

0 comments on commit e447f83

Please sign in to comment.