refactor communishift docs
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
d1d634f78b
commit
59d2375847
1 changed files with 2 additions and 4 deletions
|
@ -42,9 +42,8 @@ Proposed Roadmap
|
|||
AWS EFS Ansible Playbook
|
||||
------------------------
|
||||
|
||||
One needs to provide some AWS info when creating a volume using the EFS operator, sample resource bellow:
|
||||
One needs to provide some AWS info when creating a volume using the EFS operator, sample resource bellow::
|
||||
|
||||
```
|
||||
apiVersion: aws-efs.managed.openshift.io/v1alpha1
|
||||
kind: SharedVolume
|
||||
metadata:
|
||||
|
@ -53,7 +52,6 @@ One needs to provide some AWS info when creating a volume using the EFS operator
|
|||
spec:
|
||||
accessPointID: fsap-0123456789abcdef
|
||||
fileSystemID: fs-0123cdef
|
||||
```
|
||||
|
||||
Both "accessPointID and fileSystemID" are generated by AWS with "accessPointID" being generated for every PVC that gets provisioned in the cluster.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue