Skip to content

Commit

Permalink
chore: remove RM Name from RP descriptions (#9758)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandavialva01 authored Jul 30, 2024
1 parent fc8ac0b commit becd8b6
Show file tree
Hide file tree
Showing 7 changed files with 255 additions and 283 deletions.
5 changes: 3 additions & 2 deletions docs/reference/deploy/master-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ specified under the primary resource_manager key here is considered the default.
================

Optional for single resource manager configurations. Required for multiple resource manager
(Multi-RM) configurations. Specifies the resource manager'sassociated cluster name. This references
(Multi-RM) configurations. Specifies the resource manager's associated cluster name. This references
the cluster on which a Determined deployment is running. Defaults to ``default`` if not specified.
For Kubernetes installations with additional resource managers, ensure unique names for all resource
managers in the cluster.
Expand Down Expand Up @@ -1221,7 +1221,8 @@ workloads that require proxying on remote clusters is under development.
To define a single resource manager or designate the default resource manager, do not define it
under ``additional_resource_manager``; instead, use the primary ``resource_manager`` key.

Resource manager names must be unique among all defined resource managers.
Resource managers' cluster names (``resource_manager.cluster_name``) must be unique among all
defined resource managers.

Any additional resource managers must have at least one resource pool assigned to them. These
resource pool names must be defined and must be distinct among all resource pools across all
Expand Down
14 changes: 7 additions & 7 deletions docs/setup-cluster/k8s/setup-multiple-resource-managers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ the same as the “cluster name” for a given cluster.
WebUI
*******

In the WebUI, the resource manager name is visible for each resource pool.
In the WebUI, the resource manager's associated cluster name is visible for each resource pool.

To view resource managers:

- In the WebUI, navigate to the cluster view.
- Each resource pool card displays **Resource Manager Name**.
- Each resource pool card displays **Cluster Name**.

This field helps identify whether a resource pool is managed locally or by another manager, tagged
as “Remote” if defined in the :ref:`master-config-reference` file.
Expand All @@ -177,11 +177,11 @@ as “Remote” if defined in the :ref:`master-config-reference` file.
Let's say your environment contains a resource manager and a resource pool that have both adopted
the name "default" due to their unnamed status, and you configure an additional resource pool named
"additional-rm” with a resource pool named "test". When you sign in to the WebUI, you'll see both
the default and test resource pools. The resource manager name for the default pool will display
“default”, while the test pool displays "additional-rm" (or the name you specified).
the default and test resource pools. The resource manager's cluster name for the default pool will
display “default”, while the test pool displays "additional-rm" (or the name you specified).

**Visibility and Access**

**Resource Manager Name** is only visible to administrators or users with permissions to define
multiple resource managers. Users can view all resource pools along with each resource pool's
manager name to help distinguish between local and remote resource pools.
**Cluster Name** is only visible to administrators or users with permissions to define multiple
resource managers. Users can view all resource pools along with the cluster name of each resource
pool's manager to help distinguish between local and remote resource pools.
8 changes: 0 additions & 8 deletions harness/determined/common/api/bindings.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified proto/buf.image.bin
Binary file not shown.
Loading

0 comments on commit becd8b6

Please sign in to comment.