Skip to content

Commit 34da725

Browse files
authored
updating the olmconfig file to have eks information (#12)
Issue #, if available: N/A Description of changes: Updating the olmconfig file to reference eks information instead of RDS infomration. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 08c2aa4 commit 34da725

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

olm/olmconfig.yaml

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,42 @@
11
---
22
annotations:
33
capabilityLevel: Basic Install
4-
shortDescription: AWS RDS controller is a service controller for managing RDS resources
4+
shortDescription: AWS EKS controller is a service controller for managing EKS resources
55
in Kubernetes
6-
displayName: AWS Controllers for Kubernetes - Amazon RDS
6+
displayName: AWS Controllers for Kubernetes - Amazon EKS
77
description: |-
8-
Manage Amazon Relational Database Service ("RDS") resources in AWS from within your Kubernetes cluster.
8+
Manage Elastic Kubernetes Service (EKS) resources in AWS from within your Kubernetes cluster.
99
1010
11-
**About Amazon RDS**
11+
**About Amazon EKS**
1212
1313
14-
Amazon Relational Database Service (Amazon RDS) makes it easy to set up,
15-
operate, and scale a relational database in the cloud. It provides
16-
cost-efficient and resizable capacity while automating time-consuming
17-
administration tasks such as hardware provisioning, database setup, patching
18-
and backups. It frees you to focus on your applications so you can give them
19-
the fast performance, high availability, security and compatibility they need.
20-
21-
22-
Amazon RDS is available on several database instance types - optimized for
23-
memory, performance or I/O -and provides you with six familiar database
24-
engines to choose from, including Amazon Aurora, PostgreSQL, MySQL, MariaDB,
25-
Oracle Database, and SQL Server. You can use the AWS Database Migration
26-
Service to easily migrate or replicate your existing databases to Amazon RDS.
14+
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that you can use to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane or nodes. Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications.
2715
2816
2917
**About the AWS Controllers for Kubernetes**
3018
3119
3220
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
33-
project. This project is currently in **developer preview**.
21+
project. This project is currently in **developer preview**.
22+
23+
24+
**Pre-Installation Steps**
25+
26+
27+
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
3428
samples:
35-
- kind: DBParameterGroup
29+
- kind: Addon
30+
spec: '{}'
31+
- kind: Cluster
3632
spec: '{}'
37-
- kind: DBSecurityGroup
33+
- kind: FargateProfile
3834
spec: '{}'
39-
- kind: DBSubnetGroup
35+
- kind: Nodegroup
4036
spec: '{}'
4137
maintainers:
42-
- name: "Your Team Name"
43-
email: "your-team@example.com"
38+
- name: "eks maintainer team"
39+
email: "ack-maintainers@amazon.com"
4440
links:
45-
- name: Amazon RDS Developer Resources
46-
url: https://aws.amazon.com/rds/developer-resources/
41+
- name: Amazon EKS Developer Resources
42+
url: https://aws.amazon.com/eks/getting-started/

0 commit comments

Comments
 (0)