-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add imagePullSecrets
support for Custom Resources
#197
Comments
@jurim76 Can you provide more details? I'd like to help on this one |
CR should support For example
The image will be pulled from some.local.repo, using "regcred" secret |
hi @Aym3nTN |
I am also currently blocked by this, unable to even deploy an instance in my cluster since images from public repositories are not allowed... @Aym3nTN Can I provide any assistance on this? Are you still working on it? |
@mircea-pavel-anton I hadn't make significant progress. Feel free to work on it. |
I'll see if I can get something going sometime later next week! |
CRD supports
image
value only with predefined external registry.Sometimes access to registry is restricted to internal registry only, in this case you need to define imagePullSecrets or modify serviceAccount.
The text was updated successfully, but these errors were encountered: