Browse Source

Add Iowa to GKE (#3498)

Stefan McShane 3 years ago
parent
commit
228a7a3e1a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/GCPProvisionerSettings.tsx

+ 1 - 0
dashboard/src/components/GCPProvisionerSettings.tsx

@@ -42,6 +42,7 @@ import PreflightChecks from "./PreflightChecks";
 const locationOptions = [
   { value: "us-east1", label: "us-east1 (South Carolina, USA)" },
   { value: "us-east4", label: "us-east4 (Virginia, USA)" },
+  { value: "us-central1", label: "us-central1 (Iowa, USA)" },
   { value: "asia-south1", label: "asia-south1 (Mumbia, India)" },
 ];