Skip to content

Commit

Permalink
fix(create_cluster): remove region restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
nkemnitz committed Dec 23, 2024
1 parent 39250c7 commit 2107a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/gcp/create_corgie_igneous_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def main(): # pylint: disable=too-many-statements
"-r",
type=str,
default="us-east1",
choices=["us-east1", "us-central1"],
help="GCP region (e.g. us-east-1).",
help="GCP region (e.g. us-east1).",
)
parser.add_argument(
"--cluster_version",
Expand Down

0 comments on commit 2107a1d

Please sign in to comment.