1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/cluster-image-registry-operator.adoc
2020-02-28 15:49:50 -05:00

31 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-image-registry-operator_{context}"]
= Cluster Image Registry Operator
[discrete]
== Purpose
The Cluster Image Registry Operator manages a singleton instance of the
{product-title} registry. It manages all configuration of the registry,
including creating storage.
On initial start up, the Operator creates a default `image-registry` resource
instance based on the configuration detected in the cluster. This indicates
what cloud storage type to use based on the cloud provider.
If insufficient information is available to define a complete `image-registry`
resource, then an incomplete resource is defined and the Operator updates the
resource status with information about what is missing.
The Cluster Image Registry Operator runs in the `openshift-image-registry`
namespace and it also manages the registry instance in that location. All
configuration and workload resources for the registry reside in that namespace.
[discrete]
== Project
link:https://github.com/openshift/cluster-image-registry-operator[cluster-image-registry-operator]