You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
each images are taken from mylocalresistry.com succefully, except for the collector deployment. It's seems that the imagePullSecret is never set, by the operator, in that specific deployement.
I've been able to workaround it by patching the collector deployment with this yaml file;
I think it could be part of the common spec, but I'm also intrigued by how it worked for all components except collector.
EDIT: Actually, I think we've had this in the past, and the solution is to add the pull secret to the service account: #1103 (comment) . See also #1018.
I have jaeger operator, version 1.20.0, running on a k8s cluster. I'm trying to use a custom repository for in the jaeger kind. It look like this ;
each images are taken from mylocalresistry.com succefully, except for the collector deployment. It's seems that the imagePullSecret is never set, by the operator, in that specific deployement.
I've been able to workaround it by patching the collector deployment with this yaml file;
But I wonder if it's a bug or if custom repository are supported?
The text was updated successfully, but these errors were encountered: