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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Describe the bug
Even though I added the imagePullSecrets, flux is have unauthorized issue with my private image registry when scanning for running pod image tags.
To Reproduce
Steps to reproduce the behaviour:
0. What's your setup?
I've created a flux.yaml file using fluxct install.
Changed the flux image repository to my private azure container registry.
Expected behavior
A clear and concise description of what you expected to happen.
When flux scans the pods and look for their image tags to my ACR, it should be able to find it and update accordingly. However, it's having an unauthorized error.
Logs
If applicable, please provide logs of fluxd or the helm-operator. In a standard stand-alone installation of Flux, you'd get this by running kubectl logs -n default deploy/flux.
err="requesting tags: Get https://example.azurecr.io/v2/exampleImage/tags/list: unauthorized: authentication required"
Additional context
Add any other context about the problem here, e.g
I suspect this could have been caused by the same problem fixed by #2728 . @kwontae could you test whether 2opremio/flux:scope-imagepullsecrets-correctly-a802915a fixes the problem?
hey @2opremio! I don't know why github decided to send me a notification email about this now... Is your fix included in version 1.17.0? That's the current version i'm running for flux.
Describe the bug
Even though I added the imagePullSecrets, flux is have unauthorized issue with my private image registry when scanning for running pod image tags.
To Reproduce
Steps to reproduce the behaviour:
0. What's your setup?
Expected behavior
A clear and concise description of what you expected to happen.
When flux scans the pods and look for their image tags to my ACR, it should be able to find it and update accordingly. However, it's having an unauthorized error.
Logs
If applicable, please provide logs of
fluxd
or the helm-operator. In a standard stand-alone installation of Flux, you'd get this by runningkubectl logs -n default deploy/flux
.Additional context
Add any other context about the problem here, e.g
The text was updated successfully, but these errors were encountered: