You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updating olm config to contain samples and proper description (#8)
Issue #, if available:
- Relates: aws-controllers-k8s/community#2013
Description of changes:
Updating the olm config as part of the onboarding process for operatorhub.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Copy file name to clipboardExpand all lines: olm/olmconfig.yaml
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,18 @@ annotations:
5
5
capabilityLevel: Basic Install
6
6
shortDescription: AWS EFS controller is a service controller for managing EFS resources
7
7
in Kubernetes
8
-
displayName: AWS Controllers for Kubernetes - Amazon EFS
8
+
displayName: AWS Controllers for Kubernetes - Amazon Elastic File System (Amazon EFS)
9
9
description: |-
10
10
Manage Amazon EFS resources in AWS from within your Kubernetes cluster.
11
11
12
12
13
-
**About Amazon EFS**
13
+
**About Amazon Elastic File System (Amazon EFS)**
14
14
15
15
16
-
{ADD YOUR DESCRIPTION HERE}
16
+
Amazon Elastic File System (Amazon EFS) provides serverless, fully elastic file storage so that you can share file data without provisioning or managing storage capacity and performance.
17
+
Amazon EFS is built to scale on demand to petabytes without disrupting applications, growing and shrinking automatically as you add and remove files. Because Amazon EFS has a simple web services interface,
18
+
you can create and configure file systems quickly and easily. The service manages all the file storage infrastructure for you, meaning that you can avoid the complexity of deploying, patching,
19
+
and maintaining complex file system configurations.
17
20
18
21
19
22
**About the AWS Controllers for Kubernetes**
@@ -28,13 +31,15 @@ description: |-
28
31
29
32
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
0 commit comments