Skip to content

Commit

Permalink
small style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
amandavialva01 committed Oct 23, 2024
1 parent 9916e12 commit 51daec6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/reference/deploy/helm-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@

- ``defaultNamespace``: The namespace to which a workspace's workloads get sent by default if
the workload does not have an explicit :ref:`workspace-namespace binding <k8s-resource-caps>`.
If left unspecified, ``resource_manager.default_namespace`` defaults to the Kubernetes
``default`` namespace. Maps to :ref:`resource_manager.default_namespace
<master-config-default-namespace>` in the master configuration.
Maps to :ref:`resource_manager.default_namespace <master-config-default-namespace>` in the
master configuration. If left unspecified, ``resource_manager.default_namespace`` defaults to
the Kubernetes ``default`` namespace.

- ``clusterName``: The name associated with the (default) resource manager/cluster. (*Required
when using multiple resource managers*). Maps to :ref:`resource_manager.cluster_name
Expand Down
7 changes: 5 additions & 2 deletions docs/setup-cluster/k8s/resource-caps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ bindings and resource quotas using either the WebUI or the CLI.
Where ``workload_namespace`` as specified above can be the release namespace or can be any
namespace in which you wish to launch workloads for the given resource manager.

When using multiple resource managers, this defaultNamespace field can be configured in the
additional_resource_manager config by specifying additional_resource_manager.default_namespace
When using multiple resource managers, this corresponding ``defaultNamespace`` field in the
additional resource managers can be configured in the :ref:`additional_resource_managers
<master-config-additional-resource-managers>` config by specifying
``additional_resource_manager.default_namespace``. An example configuration is provided in the
``values.yaml`` file.

#. Toggle the "Auto Create Namespace" option on or off. When enabled, the system automatically
creates a namespace in the cluster, allowing you to edit the resource quota directly in
Expand Down

0 comments on commit 51daec6

Please sign in to comment.