traefik/provider
Ed Robinson 5923d22379
The referenced k8s service(s) must be in namespace
By design k8s ingress is only designed to ballance services from within
the namespace of the ingress.

This is disscuessed a little in
https://github.com/kubernetes/kubernetes/issues/17088.

For now traefik should only reference the services in the current
namespace. For me this was a confusing change of behaviour
from the reference implimentations, as I have services
with the same name in each namespace.
2016-05-18 17:38:47 +01:00
..
k8s Adds option to namespace k8s ingresses 2016-05-06 11:36:53 +01:00
boltdb.go Fix races 2016-04-14 15:27:42 +02:00
consul.go Fix races 2016-04-14 15:27:42 +02:00
consul_catalog.go Normalise tags in backend name of consul_catalog 2016-05-07 16:30:38 +02:00
consul_catalog_test.go #216: sets passHostHeader to true by default (#351) 2016-05-10 13:43:24 +02:00
docker.go #216: sets passHostHeader to true by default (#351) 2016-05-10 13:43:24 +02:00
docker_test.go #216: sets passHostHeader to true by default (#351) 2016-05-10 13:43:24 +02:00
etcd.go Fix races 2016-04-14 15:27:42 +02:00
file.go Fix races 2016-04-14 15:27:42 +02:00
file_test.go Refactor traefik with package 2015-11-02 18:35:55 +01:00
kubernetes.go The referenced k8s service(s) must be in namespace 2016-05-18 17:38:47 +01:00
kubernetes_test.go The referenced k8s service(s) must be in namespace 2016-05-18 17:38:47 +01:00
kv.go Add Consul integration tests 2016-05-03 15:41:09 +02:00
kv_test.go #216: sets passHostHeader to true by default (#351) 2016-05-10 13:43:24 +02:00
marathon.go #216: sets passHostHeader to true by default (#351) 2016-05-10 13:43:24 +02:00
marathon_test.go #216: sets passHostHeader to true by default (#351) 2016-05-10 13:43:24 +02:00
provider.go Fix races 2016-04-14 15:27:42 +02:00
provider_test.go Add kubernetes Ingress backend 2016-04-22 13:57:00 +02:00
zk.go Fix races 2016-04-14 15:27:42 +02:00