-
Notifications
You must be signed in to change notification settings - Fork 62
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
*.idpbuilder.cnoe.io.local endpoints cannot be accessed using URL #19
Comments
The port needs to be specified in the URL per the docs ( |
I am going to close this as it was just confusion over the use of ports. The docs are correctly referencing the ports. However they do not include the information about how to get DNS working. I have correctly pointed everything back to localtest.me as a suffix which should fix that issue. See: #29 |
Issue
The
*.idpbuilder.cnoe.io.local
endpoints such asargocd.idpbuilder.cnoe.io.local
cannot be accessed using their URLI built locally the idpbuilder binary and executed the command to create a kind cluster but I cannot access the ingress argocd route
https://argocd.idpbuilder.cnoe.io.local/
and gotconnection refused.
Remark: I added to my /etc/hosts/ file the following entry
127.0.0.1 argocd.idpbuilder.cnoe.io.local
Additional information
Status of the ArgoCD applications is healthy
Remark : It seems that the process to install, download and store artifacts on local git is a bit slow !
So, if I execute this command later, I see that ArgoCD Sync status is progressing
Nevertheless, the argocd server pod is running well
Service status
and ingress
NOTE: I changed the ingress host to use the URL
https://argocd.127.0.0.1.nip.io/
which is normally working when ingress is deployed on kind using our bash script - https://github.com/snowdrop/k8s-infra/blob/main/kind/kind.sh#L505-L512 and that fails too !!!The text was updated successfully, but these errors were encountered: