mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/zero_trust_workload_identity_manager/zer-trust-manager-install.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="zero-trust-manager-install-console_{context}"]
|
|
= Installing the {zero-trust-full} by using the web console
|
|
|
|
You can use the web console to install the {zero-trust-full}.
|
|
|
|
.Prerequisites
|
|
|
|
* You have access to the cluster with `cluster-admin` privileges.
|
|
|
|
* You have access to the {product-title} web console.
|
|
|
|
.Procedure
|
|
|
|
. Log in to the {product-title} web console.
|
|
|
|
. Go to *Operators* -> *OperatorHub*.
|
|
|
|
. Enter *{zero-trust-full}* into the filter box.
|
|
|
|
. Select the *{zero-trust-full}*
|
|
|
|
. Select the {zero-trust-full} version from *Version* drop-down list, and click *Install*.
|
|
|
|
. On the *Install Operator* page:
|
|
|
|
.. Update the *Update channel*, if necessary. The channel defaults to *tech-preview-v0.1*, which installs the latest Technology Preview v0.1 release of the {zero-trust-full}.
|
|
|
|
.. Choose the *Installed Namespace* for the Operator. The default Operator namespace is `zero-trust-workload-identity-manager`.
|
|
+
|
|
If the `zero-trust-workload-identity-manager` namespace does not exist, it is created for you.
|
|
|
|
.. 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*.
|
|
|
|
.Verification
|
|
|
|
* Navigate to *Operators* -> *Installed Operators*.
|
|
|
|
** Verify that *{zero-trust-full}* is listed with a *Status* of *Succeeded* in the `zero-trust-workload-identity-manager` namespace.
|
|
|
|
** Verify that {zero-trust-full} controller manager deployment is ready and available by running the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc get deployment -l name=zero-trust-workload-identity-manager -n zero-trust-workload-identity-manager
|
|
----
|
|
+
|
|
.Example output
|
|
[source,terminal]
|
|
----
|
|
NAME READY UP-TO-DATE AVAILABLE AGE
|
|
zero-trust-workload-identity-manager-controller-manager-6c4djb 1/1 1 1 43m
|
|
---- |