mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
82 lines
2.8 KiB
Plaintext
82 lines
2.8 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * storage/container_storage_interface/persistent-storage-csi-aws-efs.adoc
|
|
// * storage/container_storage_interface/osd-persistent-storage-csi-aws-efs.adoc
|
|
// * storage/container_storage_interface/persistent-storage-csi-smb-cifs.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="persistent-storage-csi-olm-operator-install_{context}"]
|
|
= Installing the {FeatureName} CSI Driver Operator
|
|
|
|
The {FeatureName} CSI Driver Operator (a Red{nbsp}Hat Operator) is not installed in {product-title} by default. Use the following procedure to install and configure the {FeatureName} CSI Driver Operator in your cluster.
|
|
|
|
// The following ifeval and restricted ifdef statements exclude STS and a note about avoiding
|
|
// installing community operator content for CSI drivers other than EWS
|
|
|
|
ifeval::["{context}" == "persistent-storage-csi-aws-efs"]
|
|
:restricted:
|
|
endif::[]
|
|
|
|
ifeval::["{context}" == "osd-persistent-storage-aws-efs-csi"]
|
|
:restricted:
|
|
endif::[]
|
|
|
|
ifeval::["{context}" == "rosa-persistent-storage-aws-efs-csi"]
|
|
:restricted:
|
|
endif::[]
|
|
|
|
.Prerequisites
|
|
* Access to the {product-title} web console.
|
|
|
|
.Procedure
|
|
To install the {FeatureName} CSI Driver Operator from the web console:
|
|
|
|
. Log in to the web console.
|
|
|
|
. Install the {FeatureName} CSI Operator:
|
|
|
|
.. Click *Ecosystem* -> *Software Catalog*.
|
|
|
|
.. Locate the {FeatureName} CSI Operator by typing *{FeatureName} CSI* in the filter box.
|
|
|
|
.. Click the *{FeatureName} CSI Driver Operator* button.
|
|
|
|
ifdef::restricted[]
|
|
+
|
|
[IMPORTANT]
|
|
====
|
|
Be sure to select the *{FeatureName} CSI Driver Operator* and not the *{FeatureName} Operator*. The *{FeatureName} Operator* is a community Operator and is not supported by Red Hat.
|
|
====
|
|
endif::restricted[]
|
|
|
|
.. On the *{FeatureName} CSI Driver Operator* page, click *Install*.
|
|
|
|
.. On the *Install Operator* page, ensure that:
|
|
+
|
|
ifdef::restricted[]
|
|
ifdef::openshift-enterprise,openshift-dedicated,openshift-rosa[]
|
|
* If you are using {FeatureName} with AWS Secure Token Service (STS), in the *role ARN* field, enter the ARN role copied from the last step of the _Obtaining a role Amazon Resource Name for Security Token Service_ procedure.
|
|
endif::[]
|
|
endif::restricted[]
|
|
* *All namespaces on the cluster (default)* is selected.
|
|
* *Installed Namespace* is set to *openshift-cluster-csi-drivers*.
|
|
|
|
.. Click *Install*.
|
|
+
|
|
After the installation finishes, the {FeatureName} CSI Operator is listed in the *Installed Operators* section of the web console.
|
|
|
|
// The following ifeval statements exclude STS and a note about avoiding
|
|
// installing community operator content for CSI drivers other than EWS
|
|
|
|
ifeval::["{context}" == "persistent-storage-csi-aws-efs"]
|
|
:!restricted:
|
|
endif::[]
|
|
|
|
ifeval::["{context}" == "osd-persistent-storage-aws-efs-csi"]
|
|
:!restricted:
|
|
endif::[]
|
|
|
|
ifeval::["{context}" == "rosa-persistent-storage-aws-efs-csi"]
|
|
:!restricted:
|
|
endif::[]
|