Skip to content

Commit

Permalink
Update README for post-issues/167 upstream fix
Browse files Browse the repository at this point in the history
This was missed in [openshift#17](openshift#17)
  • Loading branch information
2uasimojo committed Jun 30, 2020
1 parent fbee953 commit 95e7739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ the same access point by pods in different namespaces.
You can create `SharedVolume`s specifying *different access points* to create distinct data stores.

## Installing
TODO
This operator is available via OperatorHub.
More detailed information can be found [here](https://access.redhat.com/articles/5025181).

## Uninstalling
TODO (don't forget about manual cleanup of statics)
Expand All @@ -34,8 +35,7 @@ Create a separate [access point](https://docs.aws.amazon.com/efs/latest/ug/creat
distinct data store you wish to access from your cluster. Be sure to configure ownership and permissions that
will allow read and/or write access by your pod's `uid`/`gid` as desired.

**Note**: Until [this driver issue](https://github.com/kubernetes-sigs/aws-efs-csi-driver/issues/167) is resolved,
access points must be backed by separate EFS file systems if they are to be used from the same pod.
Access points need not be backed by separate EFS file systems.

### Working with `SharedVolume` resources

Expand Down Expand Up @@ -187,11 +187,6 @@ can leave it in an unusable state, even if the operator is able to resurrect the
The only supported way to delete a `PersistentVolumeClaim` (or `PersistentVolume`) associated with a `SharedVolume`
is to delete the `SharedVolume` and let the operator do the rest.

### Separate access points, separate file systems

Until [this driver issue](https://github.com/kubernetes-sigs/aws-efs-csi-driver/issues/167) is resolved,
access points must be backed by separate EFS file systems if they are to be used from the same pod.

## Under the hood

The operator has two controllers. One monitors the resources necessary to run the
Expand Down
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Validate shared write access from pods in each namespace ✔
* Multiple APs, same FS (should appear as separate data stores) ✔
* Separate pods ✔
* Single pod with multiple volume defs -- [broken](https://github.com/kubernetes-sigs/aws-efs-csi-driver/issues/167)
* Single pod with multiple volume defs
* Separate APs on separate FSes (should appear as separate data stores) ✔
* Separate pods ✔
* Single pod with multiple volume defs ✔
Expand Down

0 comments on commit 95e7739

Please sign in to comment.