nginx ingress controller question about use of informers

2019-06-12 Thread ayma
Looking at the nginx ingress controller code had a question about the design. See that there is a function, getPodsForIngressBackend, ( https://github.com/nginxinc/kubernetes-ingress/blob/master/internal/k8s/controller.go#L15860 ). It looks like in this function a call is made to kube api to grab

etag missing when doing a proxy_pass

2019-04-26 Thread ayma
Hi I'm trying to use ETags with nginx when looking at html data (Content-Type: text/html). I don't see an issue when the content-type comes back as Content-Type: text/plain. To reduce noise I tried the following: I created an nginx conf file on my local host that would serve up an html page