openshift / cluster-logging-operator

Operator to support logging subsystem of OpenShift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request - Support Setting the Image Registry in ClusterLogging resource - Nexus images

abdennour opened this issue · comments

Hi,

oc get crd clusterloggings.logging.openshift.io -o yaml does not show any way to set own registry value.

Usually, CRs or/and helm charts provide a way to set own image registry , or even own images.

Use Cases

All images are proxied thru Sonatype Nexus.

Usually, CRs or/and helm charts provide a way to set own image registry , or even own images.

I have not seen this pattern and we have no intent of providing this functionality because deploying with a set of known images means they have been tested. The test metrix is intended to provide coverage over the features supported by the operator. It is possible to pull images from different registries described here:

The alternative is for your to rebuild the catalog using the images you require though I believe the referenced instructions should cover your scenario to allow proxy of the images from an alternate registry.