mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/file_integrity_operator/file-integrity-operator-installation.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="installing-file-integrity-operator-using-web-console_{context}"]
|
|
= Installing the File Integrity Operator using the web console
|
|
|
|
.Prerequisites
|
|
|
|
* You must have `admin` privileges.
|
|
|
|
.Procedure
|
|
|
|
. In the {product-title} web console, navigate to *Operators* -> *OperatorHub*.
|
|
. Search for the File Integrity Operator, then click *Install*.
|
|
. Keep the default selection of *Installation mode* and *namespace* to ensure that the Operator will be installed to the `openshift-file-integrity` namespace.
|
|
. Click *Install*.
|
|
|
|
.Verification
|
|
|
|
To confirm that the installation is successful:
|
|
|
|
. Navigate to the *Operators* -> *Installed Operators* page.
|
|
. Check that the Operator is installed in the `openshift-file-integrity` namespace and its status is `Succeeded`.
|
|
|
|
If the Operator is not installed successfully:
|
|
|
|
. Navigate to the *Operators* -> *Installed Operators* page and inspect the `Status` column for any errors or failures.
|
|
. Navigate to the *Workloads* -> *Pods* page and check the logs in any pods in the `openshift-file-integrity` project that are reporting issues.
|