Skip to content

Commit

Permalink
Add note for deploying free clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
tomach committed Jun 24, 2024
1 parent f3c6744 commit 24e6d6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# the repo. Unless a later match takes precedence,
# The users listed below are global owners and will be
# requested for review when someone opens a pull request.
* @plaharanne @tomach @WalBeh @Taliik @juanpardo @SStorm
* @plaharanne @tomach @WalBeh @Taliik @juanpardo
3 changes: 2 additions & 1 deletion croud/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@
),
Argument(
"--subscription-id", type=str, required=True,
help="The subscription to use for billing of this cluster.",
help="The subscription to use for billing of this cluster. Use "
"``free_tier`` to deploy a free cluster.",
),
Argument(
"--channel", type=str, default="stable", required=False,
Expand Down
5 changes: 5 additions & 0 deletions docs/commands/clusters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ Example
--channel nightly
--unit 0
.. note::

Free clusters can be deployed without a paid subscription. Therefore you can use
``--subscription-id free_tier --product-name crfree``.


``clusters scale``
==================
Expand Down

0 comments on commit 24e6d6f

Please sign in to comment.