Hi, I'm trying to deploy nginx ingress controller ...
# general
b
Hi, I'm trying to deploy nginx ingress controller helm chart in EKS. I'm sticking with the standard nginx controller for now as am sharing the same component across all 3 major clouds. In EKS I seem to have an issue with the cluster IP. Because no cluster IP and LB IP is provided, it generates its own clusterIPs. Everytime I run pulumi up, it tries to remove the assigned IPs as they're set to "" in the manifests. It then complains that the ClusterIP is immutable. Any work around?