From 8e868dde85e0d2b0cb02607a86c7a3589c10a480 Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Aug 18 2022 14:24:16 +0000 Subject: communishift: SOP for installing the AWS EFS Operator Signed-off-by: David Kirwan dkirwan@redhat.com Signed-off-by: Lenka Segura lsegura@redhat.com Signed-off-by: Patrik Polakovic ppolakov@redhat.com --- diff --git a/modules/ocp4/pages/sop_aws_efs_operator.adoc b/modules/ocp4/pages/sop_aws_efs_operator.adoc new file mode 100644 index 0000000..735fef0 --- /dev/null +++ b/modules/ocp4/pages/sop_aws_efs_operator.adoc @@ -0,0 +1,23 @@ += Configure the AWS EFS Operator + +== Resources +- [1] https://github.com/openshift/aws-efs-operator +- [2] https://access.redhat.com/articles/5025181 + + +== Installation +For installation instructions visit the official docs at: [1], [2]. + +- From the webconsole, click on the `Operators` option, then `OperatorHub` +- Search for `efs` +- Click the operator named `AWS EFS Operator` +- Click install +- Make sure the `Update Channel` matches `stable`. +- Ensure that the `Update Approval` is set to automatic. + +== Configuration + +- No configuration is required for this operator. +- Users must be given permissions to perform CRUD operations on `SharedVolume` objects +- Making use of the Fedora Ansible role `communishift` to create the AWS EFS Filesystems and Access Points, will also create a Secret containing these details in the users namespace. + diff --git a/modules/ocp4/pages/sops.adoc b/modules/ocp4/pages/sops.adoc index 9903d7a..5230cd3 100644 --- a/modules/ocp4/pages/sops.adoc +++ b/modules/ocp4/pages/sops.adoc @@ -19,4 +19,5 @@ - xref:sop_add_node.adoc[SOP Add an OCP4 Node to an Existing Cluster] - xref:sop_add_odf_storage.adoc[SOP Add new capacity to the OCP4 ODF Storage Cluster] - xref:sop_velero.adoc[SOP Velero] +- xref:sop_aws_efs_operator.adoc[SOP AWS EFS Operator]