Skip to content

Commit 33f4261

Browse files
authored
adding in missing olmconfig file (#26)
Issue #, if available: - Fixes: aws-controllers-k8s/community#1095 Description of changes: adding in the missing olmconfig file to the repo By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Adam D. Cornett <[email protected]>
1 parent c45064e commit 33f4261

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

olm/olmconfig.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
annotations:
3+
capabilityLevel: Basic Install
4+
shortDescription: AWS EC2 controller is a service controller for managing EC2 resources
5+
in Kubernetes
6+
displayName: AWS Controllers for Kubernetes - Amazon EC2
7+
description: |-
8+
Manage Elastic Compute Cloud (EC2) resources in AWS from within your Kubernetes cluster.
9+
10+
11+
**About Amazon EC2**
12+
13+
14+
Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. Amazon EC2 enables you to scale up or down to handle changes in requirements or spikes in popularity, reducing your need to forecast traffic.
15+
16+
17+
**About the AWS Controllers for Kubernetes**
18+
19+
20+
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
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/)
28+
samples:
29+
- kind: VPCEndpoint
30+
spec: '{}'
31+
- kind: VPC
32+
spec: '{}'
33+
- kind: InternetGateway
34+
spec: '{}'
35+
- kind: RouteTable
36+
spec: '{}'
37+
- kind: SecurityGroup
38+
spec: '{}'
39+
- kind: Subnet
40+
spec: '{}'
41+
- kind: TransitGateway
42+
spec: '{}'
43+
maintainers:
44+
- name: "ec2 maintainer team"
45+
46+
links:
47+
- name: Amazon EC2 Developer Resources
48+
url: https://aws.amazon.com/ec2/resources/

0 commit comments

Comments
 (0)