You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: