Installing the File Integrity Operator
- You must have privileges.
Procedure
In the OKD 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:
Check that the Operator is installed in the
openshift-file-integrity
namespace and its status isSucceeded
.
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.
Prerequisites
- You must have
admin
privileges.
Procedure
Create the
OperatorGroup
object YAML file:Example output
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: file-integrity-operator
namespace: openshift-file-integrity
spec:
targetNamespaces:
- openshift-file-integrity
Verification
Verify the installation succeeded by inspecting the CSV file:
Verify that the File Integrity Operator is up and running:
- The File Integrity Operator is supported in a restricted network environment. For more information, see Using Operator Lifecycle Manager on restricted networks.