Update navigation to Cluster Members

This commit is contained in:
Billy Tat
2022-02-24 16:00:00 -08:00
parent 99509db56d
commit 8d624eba97
@@ -5,7 +5,7 @@ weight: 1127
Cluster and project roles define user authorization inside a cluster or project.
To manage these roles,
To manage these roles,
1. Click **☰ > Users & Authentication**.
1. In the left navigation bar, click **Roles** and go to the **Cluster** or **Project/Namespaces** tab.
@@ -60,8 +60,8 @@ The following table lists the permissions available for the `Manage Nodes` role
| SSH Access | ✓ | ✓ |
| Delete Nodes | ✓ | ✓ |
| Scale Clusters Up and Down | ✓ | * |
***In RKE2, you must have permission to edit a cluster to be able to scale clusters up and down.**
<br />
***In RKE2, you must have permission to edit a cluster to be able to scale clusters up and down.**
<br />
For details on how each cluster role can access Kubernetes resources, you can look them up in the Rancher UI:
@@ -81,12 +81,24 @@ To assign a custom role to a new cluster member, you can use the Rancher UI. To
To assign the role to a new cluster member,
{{% tabs %}}
{{% tab "Rancher before v2.6.4" %}}
1. Click **☰ > Cluster Management**.
1. Go to the cluster where you want to assign a role to a member and click **Explore**.
1. Click **RBAC > Cluster Members**.
1. Click **Add**.
1. In the **Cluster Permissions** section, choose the custom cluster role that should be assigned to the member.
1. Click **Create**.
{{% /tab %}}
{{% tab "Rancher v2.6.4+" %}}
1. Click **☰ > Cluster Management**.
1. Go to the cluster where you want to assign a role to a member and click **Explore**.
1. Click **Cluster > Cluster Members**.
1. Click **Add**.
1. In the **Cluster Permissions** section, choose the custom cluster role that should be assigned to the member.
1. Click **Create**.
{{% /tab %}}
{{% /tabs %}}
**Result:** The member has the assigned role.