ingress-nginx-helm/test/e2e/servicebackend
Thomas Jackson 500b043f27 Don't use DNS resolution to "validate FQDN"
As the controller stands today this "validation" is done once per config load, which means if the DNS query fails for any reason the endpoint will remain dead until both (1) a change happens to the ingress and (2) the DNS resolution works. If the user configured the name we should just pass it through, this way the lua dns can attempt to re-query it at its leisure.
2019-10-13 13:16:47 -07:00
..
service_backend.go Migrate to new networking.k8s.io/v1beta1 package 2019-06-13 11:32:39 -04:00
service_externalname.go Don't use DNS resolution to "validate FQDN" 2019-10-13 13:16:47 -07:00