Installing the cert-manager Operator for Red Hat OpenShift by using the web console
You can use the web console to install the cert-manager Operator for Red Hat OpenShift.
-
You have access to the cluster with
cluster-adminprivileges. -
You have access to the Red Hat OpenShift Container Platform web console.
-
Log in to the Red Hat OpenShift Container Platform web console.
-
Navigate to Ecosystem → Software Catalog.
-
Enter cert-manager Operator for Red Hat OpenShift into the filter box.
-
Select the cert-manager Operator for Red Hat OpenShift
-
Select the cert-manager Operator for Red Hat OpenShift version from Version drop-down list, and click Install.
See supported cert-manager Operator for Red Hat OpenShift versions in the following "Additional resources" section.
-
On the Install Operator page:
-
Update the Update channel, if necessary. The channel defaults to stable-v1, which installs the latest stable release of the cert-manager Operator for Red Hat OpenShift.
-
Choose the Installed Namespace for the Operator. The default Operator namespace is
cert-manager-operator.If the
cert-manager-operatornamespace does not exist, it is created for you.During the installation, the Red Hat OpenShift Container Platform web console allows you to select between
AllNamespacesandSingleNamespaceinstallation modes. For installations with cert-manager Operator for Red Hat OpenShift version 1.15.0 or later, it is recommended to choose theAllNamespacesinstallation mode.SingleNamespaceandOwnNamespacesupport will remain for earlier versions but will be deprecated in future versions. -
Select an Update approval strategy.
-
The Automatic strategy allows Operator Lifecycle Manager (OLM) to automatically update the Operator when a new version is available.
-
The Manual strategy requires a user with appropriate credentials to approve the Operator update.
-
-
Click Install.
-
-
Navigate to Ecosystem → Installed Operators.
-
Verify that cert-manager Operator for Red Hat OpenShift is listed with a Status of Succeeded in the
cert-manager-operatornamespace. -
Verify that cert-manager pods are up and running by entering the following command:
$ oc get pods -n cert-managerExample outputNAME READY STATUS RESTARTS AGE cert-manager-bd7fbb9fc-wvbbt 1/1 Running 0 3m39s cert-manager-cainjector-56cc5f9868-7g9z7 1/1 Running 0 4m5s cert-manager-webhook-d4f79d7f7-9dg9w 1/1 Running 0 4m9sYou can use the cert-manager Operator for Red Hat OpenShift only after cert-manager pods are up and running.