cannot deploy custom images for KafkaConnect from private image repo using Strimzi operator #4880
Unanswered
igorpalant
asked this question in
Q&A
Replies: 2 comments 7 replies
-
You cannot just add random fields and expect them to magically work. You can either configure image pull secrets at the Cluster operator level or in the PodTemplate section. |
Beta Was this translation helpful? Give feedback.
3 replies
-
So one can't set STRIMZI_IMAGE_PULL_POLICY in the I have a similar situation to the above, setting up Strimzi locally in Minikube for now. It is not clean at all to me where/how one uses the STRIMZI_IMAGE_PULL_POLICY env variable so that I can reference a custom image in the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built a custom kafka connect image that includes our required connectors. I am trying to deploy kafkaconnect resource using custom image that is located in our private repo. It seems that instructions imagePullPolicy and imagePullSecret do not get processed by strimzi and image cannot be downloaded from our private repo. I might be missing something. I could not find a good place to look, other than CRDs. Please help
Beta Was this translation helpful? Give feedback.
All reactions