Open jurim76 opened 5 months ago
@jurim76 Can you provide more details? I'd like to help on this one
CR should support imagePullSecrets
directive
For example Define in CR yaml
image: "some.local.repo/dragonfly:v1.20.1"
imagePullSecrets:
- name: regcred
The image will be pulled from some.local.repo, using "regcred" secret
hi @Aym3nTN any ETA?
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.