Skip to content
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

fail to push images with traefik as ingress #345

Closed
Jean-PhilippeGouin opened this issue Sep 11, 2019 · 3 comments
Closed

fail to push images with traefik as ingress #345

Jean-PhilippeGouin opened this issue Sep 11, 2019 · 3 comments

Comments

@Jean-PhilippeGouin
Copy link

Hi ,

Description :
I cannot push to harbor using traefik as ingress controller in AWS.
Login works fine and pull too.
When i try to push it keep retrying and finish by a EOF.
With strace enable, the error come from a Unavailable Ressource.

Environment :
I use a NLB with ssl termination and traefik redirect all 80 in 443.

Resolution
By adding in the registry config.yaml configmap the following line it resolves the issue :

http :
  relativeurls: true

Unfortunately this value in not accessible from the values.yaml.

It could be great to have this available for configuration.

@ywk253100
Copy link
Collaborator

There is a PR #271 to make it available in values.yaml

@ywk253100
Copy link
Collaborator

PR #271 is merged.

@3ks
Copy link

3ks commented Sep 18, 2020

Thanks, It's work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants