* docs: rename source-app
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* ci
* group check
* trigger
* param
* fix
* cleaning
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* drop name column from cluster list
* change create cluster to accept id as well
* rename validator
* remove cluster name from logs
* fix merge with master
* more merge with master issues
Cluster creation and deletion can take a long time. Instead of having these long running operations happen in the background, they should happen in the foreground. The advantage is that failures are brought to the users attention immediately, instead of the next time they decide to run `lightning list clusters`.
While the CLI waits for the cluster to run / delete, it will display cluster status changes to the user.
This PR also hides the `--enable-performance` and `--edit-before-creation` creation flags, as well as the `--force` deletion flag. They are either not frequently used (performance mode is expensive), or prone to misuse.
Co-authored-by: Neven Miculinic <neven.miculinic@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* BYOC content
Content for the upcoming BYOC feature
* First DRAFT of BYOC content
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update docs/source-app/index.rst
Co-authored-by: thomas chaton <thomas@grid.ai>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: thomas chaton <thomas@grid.ai>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: thomas chaton <thomas@grid.ai>
* Updates based on feedback
* Updates based on feedback
* Update external ID with note
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Updates for terraform mod
Updates for terraform mod and arg pram split
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update index.rst
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update content with table
Changed bullets into table based on feedback
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>