traefik/provider/kubernetes
Timo Reimann 9967494996 [k8s] Ignore Ingresses with empty Endpoint subsets.
We previously fell back to using ClusterIPs. However, the approach can
lead to all kinds of problems since Ingresses rely on being able to talk
to Endpoints directly. For instance, it can break stickiness and
retries.
2017-05-23 21:15:06 +02:00
..
client.go Add basic auth to kubernetes provider 2017-05-03 13:18:40 +02:00
kubernetes.go [k8s] Ignore Ingresses with empty Endpoint subsets. 2017-05-23 21:15:06 +02:00
kubernetes_test.go [k8s] Ignore Ingresses with empty Endpoint subsets. 2017-05-23 21:15:06 +02:00
namespace.go Extract providers to their own package 2017-04-18 13:24:17 +02:00