Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.16 KB

dedicated-admin-role.adoc

File metadata and controls

54 lines (40 loc) · 2.16 KB

The dedicated-admin role

As an administrator of an {product-title} cluster, your account has additional permissions and access to all user-created projects in your organization’s cluster. While logged in to an account with this role, the basic developer CLI (the oc command) allows you increased visibility and management capabilities over objects across projects, while the administrator CLI (commands under the oc adm command) allow you to complete additional operations.

Note

While your account does have these increased permissions, the actual cluster maintenance and host configuration is still performed by the OpenShift Operations Team. If you would like to request a change to your cluster that you cannot perform using the administrator CLI, open a support case on the Red Hat Customer Portal.

Installing Operators from the OperatorHub

{product-title} administrators can install Operators from a curated list provided by the OperatorHub. This makes the Operator available to all developers on your cluster to create Custom Resources and applications using that Operator.

Note

Privileged and custom Operators cannot be installed.

Administrators can only install Operators to the default openshift-operators namespace, except for the Red Hat OpenShift Logging Operator, which requires the openshift-logging namespace.

Additional resources