Installing the RHOAS Operator on OpenShift
This procedure shows how to use OperatorHub to install the OpenShift Application Services (RHOAS) Operator.
Note
|
To install the RHOAS Operator, you must have cluster administrator privileges for your OpenShift cluster. |
-
Log in to the OpenShift web console as a cluster administrator.
-
Use the perspective switcher in the top-left corner to switch to the Administrator perspective.
-
In the left menu, click Operators > OperatorHub.
-
In the Filter by keyword… field, enter
RHOAS
. -
Select the
OpenShift Application Services (RHOAS)
Operator. -
If a dialog box entitled
Show community Operator
appears, review the included information. When you have finished reviewing the information, click Continue.An information sidebar for the RHOAS Operator opens.
-
Review the information about the RHOAS Operator and click Install.
-
On the Install Operator page:
-
For the Installation mode option, ensure that
All namespaces on the cluster
is selected. -
For the
Update channel
andUpdate approval
options, keep the default values. -
Click Install.
-
-
When the installation process finishes, click View Operator to see the Operator details. Alternatively, click Operators > Installed Operators and then click the RHOAS Operator.
Observe that the RHOAS Operator is installed in the
openshift-operators
namespace.
Once the Operator is installed, you can use the rhoas
CLI to interact with the Operator using rhoas cluster
commands.
In addition, you can use the Developer Catalog in the OpenShift web console to create resource instances for the Operator. To access the Developer Catalog, use the perspective switcher in the top-left corner to switch to the Developer perspective. Then, click +Add > From Catalog.
Installing preview versions of the Operator
You can install early preview versions of the Operator using the custom CatalogSource. If you are a developer that wants to try an earlier version of the Operator, see the contributor installation documentation.