Skip to content

Commit

Permalink
docs: Fix workspace cli doc (#9720)
Browse files Browse the repository at this point in the history
(cherry picked from commit 787a2f3)
  • Loading branch information
tara-det-ai authored and determined-ci committed Jul 24, 2024
1 parent ca375ad commit 8be3e85
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/setup-cluster/k8s/resource-caps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,16 @@ at a time. To get help for setting workspace namespace bindings, run the followi
det w bindings -h
Create a Workspace with Bindings and Quotas
===========================================
Create a Workspace-Namespace Binding
====================================

You can add bindings and set quotas during workspace creation using the following command where
``cluster-name`` is the ``resource_manager.cluster_name`` specified in the master configuration:
You can create a workspace-namespace binding during workspace creation using the following command
where ``cluster-name`` is the ``resource_manager.cluster_name`` specified in the master
configuration:

.. code:: bash
det w create <workspace-name> --cluster-name <cluster-name> --namespace <namespace-name> --resource-quota <resource-quota>
det w create <workspace-name> --cluster-name <cluster-name> --namespace <namespace-name>
Additional arguments such as ``--auto-create-namespace`` and
``--auto-create-namespace-all-clusters`` are also valid.
Expand Down

0 comments on commit 8be3e85

Please sign in to comment.