From 59d23758479de1dc6b9d9950575972f9381f3daf Mon Sep 17 00:00:00 2001 From: Mark O Brien Date: Wed, 15 Jun 2022 14:08:57 +0100 Subject: [PATCH] refactor communishift docs Signed-off-by: Mark O Brien --- docs/communishift/index.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/communishift/index.rst b/docs/communishift/index.rst index f0b31e3..cd5b051 100644 --- a/docs/communishift/index.rst +++ b/docs/communishift/index.rst @@ -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. @@ -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 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. Fedora FasJSON Sync Operator