Jim Ryan
Jim Ryan
Hi @tstraley, I have not been able to replicate this. I installed `v3.4.2` on AWS EKS with helm, deployed the example in `examples/custom-resources/basic-configuration` then watched the NIC pod as I...
I have replicated this with your config map and helm values on `v3.4.2` on minikube. Thanks again for the detailed info @tstraley `configmap.yaml` ```yaml kind: ConfigMap apiVersion: v1 metadata: name:...
I have isolated this panic to the `enableExternalDNS: true` helm chart value. This also happens on `v3.5.0-snapshot`.
Hi @ssrahul96, we will discuss this on Tuesday next week in our community call which you are welcome to join. The meeting info is in the README.
Hi @ssrahul96 , can you create an issue for this, and attach it to this PR? You can read about this process in [CONTRIBUTING.md](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md)
@ADubhlaoich
Hi @Syntaf. I set up NGINX Ingress Controller on DOKS today to look into this. I deployed NGINX Ingress Controller `v3.4.2` (this has helm chart version `1.1.2`) along with the...
No bother @Syntaf. `0.0.0.0/0` is safe here, if you trust whats directly in front of NGINX Ingress Controller, which in this case will be the digital ocean load balancer.
Hi @kyrofa, thanks for the proposal. I think that an `installCRDs` flag like cert-manager has, is something we should have a discussion about. I have started a discussion for [this...
Great work on this PR! I've tested this for both VirtualServers and Ingresses, and the maths scales for changes in NIC pod configurations. However, there are a couple of points...