infraly / k8s-on-openstack

An opinionated way to deploy a Kubernetes cluster on top of an OpenStack cloud.
Apache License 2.0
112 stars 48 forks source link

Fix issue with nginx-ingress and external-dns #58

Closed pfisterer closed 4 years ago

pfisterer commented 4 years ago

This fixes error "No endpoints could be generated from ingress" with nginx-ingress and external-dns (cf. https://github.com/kubernetes-sigs/external-dns/issues/456).

In addition, it disables the maximum body size for NGINX ingress to avoid getting error "413 Request Entity Too Large" when, e.g., pushing docker images to a docker registry hosted in k8s.