# ocm-agent-operator **Repository Path**: mirrors_openshift/ocm-agent-operator ## Basic Information - **Project Name**: ocm-agent-operator - **Description**: operator to manage the ocm-agent service - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-04 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## OCM Agent Operator [![Go Report Card](https://goreportcard.com/badge/github.com/openshift/ocm-agent-operator)](https://goreportcard.com/report/github.com/openshift/ocm-agent-operator) [![codecov](https://codecov.io/gh/openshift/ocm-agent-operator/branch/master/graph/badge.svg)](https://codecov.io/gh/openshift/ocm-agent-operator) [![GoDoc](https://godoc.org/github.com/openshift/ocm-agent-operator?status.svg)](https://pkg.go.dev/mod/github.com/openshift/ocm-agent-operator) [![License](https://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) The Operator manages the [OCM Agent](https://github.com/openshift/ocm-agent) service running on managed OpenShift clusters. ## Documentation ### For Developers * [Design](./docs/design.md) -- Describes the interaction between the operator and the Custom Resource Definition (CRD) * [Development](./docs/development.md) -- Instructions for developing and deploying the operator * [Testing](./docs/testing.md) -- Instructions for writing tests * [How To Test](./docs/how-to-test.md) -- Instructions on how to test the OCM Agent Operator