Skip to content

Commit 5950ac2

Browse files
authored
Merge pull request #43542 from grantomation/grantomation-patch-1
corrected clusterrole name, changed list command
2 parents 42c205e + 4b99765 commit 5950ac2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/openshift/cluster-administration-cluster-admin-role.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ ms.date: 09/25/2019
1515

1616
You're the cluster administrator of an Azure Red Hat OpenShift cluster. Your account has increased permissions and access to all user-created projects.
1717

18-
When your account has the osa-customer-admin authorization role bound to it, it can automatically manage a project.
18+
When your account has the customer-admin-cluster authorization role bound to it, it can automatically manage a project.
1919

2020
> [!Note]
21-
> The osa-customer-admin cluster role is not the same as the cluster-admin cluster role.
21+
> The customer-admin-cluster cluster role is not the same as the cluster-admin cluster role.
2222
2323

2424
For example, you can execute actions associated with a set of verbs (`create`) to operate on a set of resource names (`templates`). To view the details of these roles and their sets of verbs and resources, run the following command:
2525

26-
`$ oc describe clusterrole/osa-customer-admin`
26+
`$ oc get clusterroles customer-admin-cluster -o yaml`
2727

2828
The verb names don't necessarily all map directly to `oc` commands. They equate more generally to the types of CLI operations that you can perform.
2929

3030
For example, having the `list` verb means that you can display a list of all objects of a resource name (`oc get`). The `get` verb means that you can display the details of a specific object if you know its name (`oc describe`).
3131

3232
## Configure the customer administrator role
3333

34-
You can configure the customer administrator role only during cluster creation by providing the flag `--customer-admin-group-id`. To learn how to configure Azure Active Directory and the Administrators group, see [Azure Active Directory integration for Azure Red Hat OpenShift](howto-aad-app-configuration.md).
34+
You can configure the customer-admin-cluster cluster role only during cluster creation by providing the flag `--customer-admin-group-id`. To learn how to configure Azure Active Directory and the Administrators group, see [Azure Active Directory integration for Azure Red Hat OpenShift](howto-aad-app-configuration.md).
3535

3636
## Next steps
3737

38-
Configure the osa-customer-admin role:
38+
Configure the customer-admin-cluster cluster role:
3939
> [!div class="nextstepaction"]
4040
> [Azure Active Directory integration for Azure Red Hat OpenShift](howto-aad-app-configuration.md)

0 commit comments

Comments
 (0)