ingress-nginx-helm/internal/ingress/controller
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
..
config Merge pull request #4087 from MRoci/master 2019-09-30 15:19:32 -07:00
process Move nginx helper (#4501) 2019-08-30 20:18:11 -04:00
store Fix reload when a configmap changes 2019-09-24 10:55:59 -03:00
template Simplify initialization function of bytes.Buffer 2019-10-12 08:36:54 -07:00
certificate.go Fix verification of boilerplate, style and file headers 2017-12-03 13:58:23 -03:00
checker.go Refactor health checks and wait until NGINX process ends 2019-09-01 15:31:27 -04:00
checker_test.go ISSUE-4244 comply with --health-check-path (#4619) 2019-09-29 14:37:57 -03:00
controller.go Fix ports collision when hostNetwork=true (#4617) 2019-09-28 17:30:57 -03:00
controller_test.go Fix panic on multiple ingress mess up upstream is primary or not 2019-08-30 07:32:02 +08:00
endpoints.go Don't use DNS resolution to "validate FQDN" 2019-10-13 13:16:47 -07:00
endpoints_test.go Don't use DNS resolution to "validate FQDN" 2019-10-13 13:16:47 -07:00
nginx.go fix bug with new and running configuration comparison 2019-09-25 06:33:59 -04:00
nginx_test.go cleanup unused certificates 2019-09-24 14:16:03 -04:00
status.go Use full election leader ID 2019-03-11 13:11:27 -03:00
tcp.go Fix log output format 2018-12-06 09:59:31 +08:00
util.go Migrate to openresty 2019-06-23 22:29:11 -04:00
util_test.go rename sysctlFSFileMax to rlimitMaxNumFiles to reflect what it actually does 2019-01-15 15:34:17 -05:00