|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * security/cert_manager_operator/cert-manager-operator-install.adoc |
| 4 | + |
| 5 | +:_content-type: PROCEDURE |
| 6 | +[id="cert-manager-install-console_{context}"] |
| 7 | += Installing the {cert-manager-operator} using the web console |
| 8 | + |
| 9 | +You can use the web console to install the {cert-manager-operator}. |
| 10 | + |
| 11 | +.Prerequisites |
| 12 | + |
| 13 | +* You have access to the cluster with `cluster-admin` privileges. |
| 14 | +* You have access to the {product-title} web console. |
| 15 | +
|
| 16 | +.Procedure |
| 17 | + |
| 18 | +. Log in to the {product-title} web console. |
| 19 | + |
| 20 | +. Navigate to *Operators* -> *OperatorHub*. |
| 21 | + |
| 22 | +. Enter *{cert-manager-operator}* into the filter box. |
| 23 | + |
| 24 | +. Select the *{cert-manager-operator}* and click *Install*. |
| 25 | + |
| 26 | +. On the *Install Operator* page: |
| 27 | +.. The *Update channel* is set to *tech-preview*, which installs the latest Technology Preview release of the {cert-manager-operator}. |
| 28 | +.. The *Installation Mode* is set to *All namespaces on the cluster (default)*. This mode installs the Operator in the Operator-recommended `openshift-cert-manager-operator` namespace to watch and be made available to all namespaces in the cluster. |
| 29 | +.. Choose the *Installed Namespace* for the Operator. The default Operator recommended namespace is `openshift-cert-manager-operator`. |
| 30 | ++ |
| 31 | +If the `openshift-cert-manager-operator` namespace does not exist, it is created for you. |
| 32 | +.. Click the *Enable Operator recommended cluster monitoring on the Namespace* checkbox to enable cluster monitoring for the Operator. |
| 33 | +.. Select an *Update approval* strategy. |
| 34 | ++ |
| 35 | +* The *Automatic* strategy allows Operator Lifecycle Manager (OLM) to automatically update the Operator when a new version is available. |
| 36 | ++ |
| 37 | +* The *Manual* strategy requires a user with appropriate credentials to approve the Operator update. |
| 38 | + |
| 39 | +.. Click *Install*. |
| 40 | + |
| 41 | +.Verification |
| 42 | + |
| 43 | +. Navigate to *Operators* -> *Installed Operators*. |
| 44 | +. Verify that *{cert-manager-operator}* is listed with a *Status* of *Succeeded*. |
0 commit comments