https://github.com/redhat-cop/redhat-cop-operators
Resources associated with operators provided by the Red Hat Community of Practice
https://github.com/redhat-cop/redhat-cop-operators
container-cop k8s-operator
Last synced: 2 months ago
JSON representation
Resources associated with operators provided by the Red Hat Community of Practice
- Host: GitHub
- URL: https://github.com/redhat-cop/redhat-cop-operators
- Owner: redhat-cop
- Created: 2019-04-10T15:24:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T14:55:50.000Z (over 6 years ago)
- Last Synced: 2025-03-03T01:41:34.063Z (10 months ago)
- Topics: container-cop, k8s-operator
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Red Hat Community of Practice Operators
====================================
Curated set of operators from the Red Hat Community of Practice (CoP)
## Operators
The following manifests are available:
* [Quay](https://github.com/redhat-cop/quay-operator) - Manages the ecosystem of the [Quay Container Registry](https://www.openshift.com/products/quay).
## Deployment to the Operator Lifecycle Manager
All operators within this repository can be exposed using the [Operator Lifecycle Manager (OLM)](https://github.com/operator-framework/operator-lifecycle-manager).
Create the [CatalogSource](redhat-cop-operators.catalogsource.yaml) in the namespace of your choosing to make the operators defined in the registry available within the cluster.
Enable the use of an individual operator within a namespace by creating an associated `OperatorGroup` resource.
A full overview of the architecture of the OLM can be found [here](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/architecture.md).