-
Notifications
You must be signed in to change notification settings - Fork 303
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
Does it support a second jump? #657
Comments
@linydquantil I think I know what you are trying to say, but just so I am clear, can you elaborate on what the ask is? |
@rramkumar1 My problem is that when I use loadbalancer, I can access the site normally. But when I use ingress, I can't access the site properly. |
Are you using ingress on GKE or nginx ingress? |
i use ingress on GKE @bowei , Ok, I'll collect the log information later |
pantsel/konga#348 Has anyone ever had a problem with that? Besides, I had this problem, When I use LB, konga can works well. but When I use ingress-gcp, it goes wrong. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. 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. |
Our back-end service is consul-cluster, I deployed nginx services in front of consul cluster;
But when I'm visiting, it can jump to /ui normally. But what's displayed on the page is default server - 404
And then I use loadbalancer to open web services; It will have normal access to the back-end consul ui;
This is how I deploy consul:https://github.com/kelseyhightower/consul-on-kubernetes
and my nginx services:
The text was updated successfully, but these errors were encountered: