-
Notifications
You must be signed in to change notification settings - Fork 447
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
404 not found when run docker login to jfrog registry #1789
Comments
This seems to be an issue with the ALB/NodePort configuration. And with the information you have provided, this is difficult to analyse. Can you provide more information on
|
We ran into a similar issue recently as well. In our scenario, we're deploying an Artifactory instance that should be reachable at
Unfortunately, this doesn't seem to quite the right thing. This configures the K8S Our workaround is to use the
Note that the It would be nice if the Helm chart had a separate |
Is this a request for help?: Yes
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Version of Helm and Kubernetes:
Helm version:
Kubernetes version:
Which chart:
artifactory-jcr
App Version
7.59.12
Package Version
107.59.12
Which product license (Enterprise/Pro/oss):
oss
What happened:
After I deployed artifactory-jcr and created Docker registry I used docker login to login into self-host registry but I got this error:
Error response from daemon: login attempt to https://my_domain/v2/ failed with status: 404 Not Found
What you expected to happen:
Expected to login successfully
How to reproduce it (as minimally and precisely as possible):
Values.yaml:
Anything else we need to know:
I install Kubernetes in AWS but not using EKS, just create EC2 and join it into k8s cluster. And I using ALB to direct data to NodePort. My jfrog's host is a subdomain that manages by AWS: jfrog.mlops.sangkaito.com
Please help me solve this problem.
Thanks so much
The text was updated successfully, but these errors were encountered: