Skip to content

Commit 478ca8c

Browse files
authored
ENG-1404: Hide region CLI flag for cluster creation (#15277)
Hide region CLI flag
1 parent 6b8f394 commit 478ca8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3232

3333
- Fixed an issue when using the CLI without arguments ([#14877](https://github.com/Lightning-AI/lightning/pull/14877))
3434
- Fixed a bug where the upload files endpoint would raise an error when running locally ([#14924](https://github.com/Lightning-AI/lightning/pull/14924))
35+
- Fixed BYOC cluster region selector -> hiding it from help since only us-east-1 has been tested and is recommended ([#15277]https://github.com/Lightning-AI/lightning/pull/15277)
3536
- Fixed a bug when launching an app on multiple clusters ([#15226](https://github.com/Lightning-AI/lightning/pull/15226))
3637

3738
## [0.6.2] - 2022-09-21

src/lightning_app/cli/lightning_cli_create.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def create() -> None:
2525
required=False,
2626
default="us-east-1",
2727
help="AWS region that is used to host the associated resources.",
28+
hidden=True,
2829
)
2930
@click.option(
3031
"--instance-types",

0 commit comments

Comments
 (0)