From a55b901d08f251db3d2b597049203d071f19fc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Mon, 28 Oct 2024 09:15:59 +0100 Subject: [PATCH] Fix notes formatting This improves formatting of notes on searching users, by making them appear in notes blocks. --- .../new-user-guides/add-users-to-projects.md | 14 +++++++++----- .../access-clusters/add-users-to-clusters.md | 14 +++++++++----- .../manage-clusters/projects-and-namespaces.md | 15 +++++++++------ 3 files changed, 27 insertions(+), 16 deletions(-) diff --git a/docs/how-to-guides/new-user-guides/add-users-to-projects.md b/docs/how-to-guides/new-user-guides/add-users-to-projects.md index 7c2eb17be2c..7ddfe9756be 100644 --- a/docs/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/docs/how-to-guides/new-user-guides/add-users-to-projects.md @@ -29,11 +29,15 @@ Following project creation, you can add users as project members so that they ca 1. Click **Cluster > Projects/Namespaces**. 1. Go to the project where you want to add members. Next to the **Create Namespace** button above the project name, click **☰**. Select **Edit Config**. 1. In the **Members** tab, click **Add**. -1. Search for the user or group that you want to add to the project. Note that: - * At least 2 characters must be typed in the search box for results to appear - * Users can be searched based on their username or display name - * Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching - for `Dar`) and case-sensitive +1. Search for the user or group that you want to add to the project. + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear + - Users can be searched based on their username or display name + - Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive + + ::: If external authentication is configured: diff --git a/docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index 3fa81211536..b7cd8615cdf 100644 --- a/docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -31,11 +31,15 @@ Cluster administrators can edit the membership for a cluster, controlling which 1. Click **☰ > Cluster Management**. 1. Go to the cluster you want to add members to and click **⋮ > Edit Config**. 1. In the **Member Roles** tab, click **Add Member**. -1. Search for the user or group that you want to add to the cluster. Note that: - * At least 2 characters must be typed in the search box for results to appear - * Users can be searched based on their username or display name - * Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching - for `Dar`) and case-sensitive +1. Search for the user or group that you want to add to the cluster. + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear + - Users can be searched based on their username or display name + - Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive + + ::: If external authentication is configured: diff --git a/docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index 275d2203873..b973719c5b2 100644 --- a/docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -168,12 +168,15 @@ By default, your user is added as the project `Owner`. To add members: 1. In the **Members** tab, click **Add**. -1. From the **Select Member** field, search for a user or group that you want to assign project access. Keep in mind that: - * You can only search for groups if external authentication is enabled - * At least 2 characters must be typed in the search box for results to appear - * Users can be searched based on their username or display name - * Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching - for `Dar`) and case-sensitive +1. From the **Select Member** field, search for a user or group that you want to assign project access. You can only search for groups if external authentication is enabled. + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear + - Users can be searched based on their username or display name + - Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive + + ::: 1. In the **Project Permissions** section, choose a role. For more information, refer to the [documentation on project roles.](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md) ### 4. Optional: Add Resource Quotas