quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

It should be possible to have kubernetes extension configure image pull secrets

Open iocanel opened this issue 4 years ago • 4 comments

Description Currently, the extension doesn't configure Image Pull Secrets. It would be nice to have the extension generate and use image pull secrets with the following ways:

  • optionally by providing username/password
  • optionally using .docker/config.json

iocanel avatar Aug 31 '20 13:08 iocanel

/cc @geoand

quarkusbot avatar Aug 31 '20 13:08 quarkusbot

Very good idea

geoand avatar Aug 31 '20 14:08 geoand

As now I can't use Quarkus generated manifests for deployment because I must specify image pull secrets for our private repo. Is there any workaround for this?

I need this in ServiceAccount section of generated manifest.

imagePullSecrets:
  - name: citcreg

vladimirfx avatar Sep 18 '20 08:09 vladimirfx

Is there any update on this, other than manually editing the generated files to include the imagePullSecrets?

edit: quarkus.kubernetes.image-pull-secrets=<secret name>

antssilva96 avatar Aug 10 '22 11:08 antssilva96

Great idea! Are there any updates on this?

inzheneher avatar Oct 27 '22 13:10 inzheneher