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
|
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
|
apiVersion: aws-efs.managed.openshift.io/v1alpha1
|
||||||
kind: SharedVolume
|
kind: SharedVolume
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -53,7 +52,6 @@ One needs to provide some AWS info when creating a volume using the EFS operator
|
||||||
spec:
|
spec:
|
||||||
accessPointID: fsap-0123456789abcdef
|
accessPointID: fsap-0123456789abcdef
|
||||||
fileSystemID: fs-0123cdef
|
fileSystemID: fs-0123cdef
|
||||||
```
|
|
||||||
|
|
||||||
Both "accessPointID and fileSystemID" are generated by AWS with "accessPointID" being generated for every PVC that gets provisioned in the cluster.
|
Both "accessPointID and fileSystemID" are generated by AWS with "accessPointID" being generated for every PVC that gets provisioned in the cluster.
|
||||||
|
|
||||||
|
@ -67,7 +65,7 @@ An operator can be created to ensure a namespace's resource quota.
|
||||||
|
|
||||||
The operator would watch for namespaces with specific tags/annotations (TBD) and apply the required quotas in those namespaces.
|
The operator would watch for namespaces with specific tags/annotations (TBD) and apply the required quotas in those namespaces.
|
||||||
|
|
||||||
The quotas themselves are applied by creating a `ResourceQuota` object
|
The quotas themselves are applied by creating a `ResourceQuota` object
|
||||||
in the namespace is supposed to manage: https://docs.openshift.com/container-platform/4.6/applications/quotas/quotas-setting-per-project.html.
|
in the namespace is supposed to manage: https://docs.openshift.com/container-platform/4.6/applications/quotas/quotas-setting-per-project.html.
|
||||||
|
|
||||||
Fedora FasJSON Sync Operator
|
Fedora FasJSON Sync Operator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue