From da47edd7b29a399de7d6d95389796a2f8826d6a9 Mon Sep 17 00:00:00 2001 From: earvonen <101631823+earvonen@users.noreply.github.com> Date: Mon, 4 Mar 2024 04:07:38 +0200 Subject: [PATCH] Corrected a few typos in chapter2/pages/users.adoc (#45) --- modules/chapter2/pages/users.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/chapter2/pages/users.adoc b/modules/chapter2/pages/users.adoc index 4dd03b2..e5d7ecd 100644 --- a/modules/chapter2/pages/users.adoc +++ b/modules/chapter2/pages/users.adoc @@ -95,7 +95,7 @@ image::create-datascience-project.png[] [NOTE] ==== -The terms `Namespaces`, OpenShift `Projects`, and `Data Science Projects` are often used synonymy. While there are technical differences between these objects, a project is essentially a namespace with some additional features provided by OpenShift. OpenShift will always create a corresponding project for every namespace, and vise versa. +The terms `Namespaces`, OpenShift `Projects`, and `Data Science Projects` are often used synonymously. While there are technical differences between these objects, a project is essentially a namespace with some additional features provided by OpenShift. OpenShift will always create a corresponding project for every namespace, and vice versa. Similarly, a Data Science Project is just an OpenShift Project that has a specific label, which enables it to be used with the Dashboard. @@ -123,7 +123,7 @@ All users with the `cluster-admin` role have the ability to see all other users A Data Science Project is nothing more than a normal OpenShift Project with a few special labels. These labels are required for the project to appear in the Dashboard. As such, permissions to the project function the same as any other project/namespace in OpenShift. -Users and Groups permissions to a project are managed using Kubernetes Role Based Access and Control (RBAC). The Dashboard provides a user interface to easily assign additional users or groups permissions to a project. +Users and Groups permissions to a project are managed using Kubernetes Role Based Access Control (RBAC). The Dashboard provides a user interface to easily assign additional users or groups permissions to a project. An admin user on the project can add additional users or groups to a project by navigating to a specific project under the Data Science Projects menu, and selecting the Permissions tab.