From 51daec62753bce213e449348780d9683ba8bea66 Mon Sep 17 00:00:00 2001 From: Amanda Vialva Date: Wed, 23 Oct 2024 14:42:41 -0400 Subject: [PATCH] small style improvements --- docs/reference/deploy/helm-config-reference.rst | 6 +++--- docs/setup-cluster/k8s/resource-caps.rst | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/reference/deploy/helm-config-reference.rst b/docs/reference/deploy/helm-config-reference.rst index f1b5a48bd7a..cf0a332ce95 100644 --- a/docs/reference/deploy/helm-config-reference.rst +++ b/docs/reference/deploy/helm-config-reference.rst @@ -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 `. - If left unspecified, ``resource_manager.default_namespace`` defaults to the Kubernetes - ``default`` namespace. Maps to :ref:`resource_manager.default_namespace - ` in the master configuration. + Maps to :ref:`resource_manager.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 diff --git a/docs/setup-cluster/k8s/resource-caps.rst b/docs/setup-cluster/k8s/resource-caps.rst index 5b2b703f3b4..6d6907e82b5 100644 --- a/docs/setup-cluster/k8s/resource-caps.rst +++ b/docs/setup-cluster/k8s/resource-caps.rst @@ -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 + ` 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