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

How could I know whether forwarding path is correctly set? #1111

Closed
xinxiaogang opened this issue Feb 4, 2017 · 1 comment
Closed

How could I know whether forwarding path is correctly set? #1111

xinxiaogang opened this issue Feb 4, 2017 · 1 comment

Comments

@xinxiaogang
Copy link

What version of Traefik are you using (traefik version)?

I am using the latest docker image.
I use traefik for my L7 forwarding purpose.

What is your environment & configuration (arguments, toml...)?

I am running traefik in my kubernetes cluster as an Ingress controller.
The args I am using as below:

        args:
        - --configfile=/config/traefik.toml
        - --kubernetes
        - --kubernetes.namespaces=xnxin

Question:

I have an application to create Ingress in my kubernetes cluster which should be watched by traefik controller and configure the forwarding path. From the Ingress object, I can not know whether the path is configured correctly or not since there is no such model in the object.

So, is there any other way I can get this information? My application is some like a controller who is responsible for the Ingress eventually consistency.

@xinxiaogang
Copy link
Author

Finally, I got it via REST API. Close this question issue.

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants