| |
@@ -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.
|
| |
+
|
| |
Signed-off-by: David Kirwan dkirwan@redhat.com
Signed-off-by: Lenka Segura lsegura@redhat.com
Signed-off-by: Patrik Polakovic ppolakov@redhat.com