-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[image-builder-bob]: cannot authenticate against external registries #6849
Labels
Comments
/team workspace |
/team workspace |
/schedule |
@csweichel: Issue scheduled in the workspace team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
roboquat
added
groundwork: awaiting deployment
and removed
groundwork: in progress
labels
Nov 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
When using an external registry, the authentication token is not properly applied. This means that the image builder authentication retries expire, returning a 502 Bad Gateway error to the dashboard logs
To recreate
Create the
registry-secret
usingkubectl
:Once running, deploy the application to your cluster and start a workspace (one of the example projects are fine)
I have clusters ready and waiting if you want to test/debug
See #6810 for debugging - internal registry is fixed with issue not related to this issue
The text was updated successfully, but these errors were encountered: