Skip to content

Commit 0956bc1

Browse files
authored
adding in missing olmconfig file (#10)
Issue #, if available: - Fixes: aws-controllers-k8s/community#1090 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 8769f48 commit 0956bc1

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

olm/olmconfig.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
annotations:
3+
capabilityLevel: Basic Install
4+
shortDescription: AWS OpenSearch Service controller is a service controller for managing OpenSearch Service resources
5+
in Kubernetes
6+
displayName: AWS Controllers for Kubernetes - Amazon OpenSearch Service
7+
description: |-
8+
Manage OpenSearch Service resources in AWS from within your Kubernetes cluster.
9+
10+
11+
**About Amazon OpenSearch Service**
12+
13+
14+
Amazon OpenSearch Service (successor to Amazon Elasticsearch Service) is a managed service that makes it easy to deploy, operate, and scale OpenSearch clusters in the AWS Cloud. Amazon OpenSearch Service supports OpenSearch and legacy Elasticsearch OSS. When you create a cluster, you have the option of which search engine to use. OpenSearch Service offers broad compatibility with Elasticsearch OSS 7.10, the final open source version of the software. For information about what changed with the recent service renaming, and the actions you might need to take, see [Amazon OpenSearch Service - Summary of changes](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/rename.html).
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: Domain
30+
spec: '{}'
31+
maintainers:
32+
- name: "opensearch service maintainer team"
33+
34+
links:
35+
- name: Amazon OpenSearch Service Developer Resources
36+
url: https://aws.amazon.com/opensearch-service/resources/

0 commit comments

Comments
 (0)