Ingress-nginx how to set externalIPs of nginx ingress to 1 ip externalIP only
i installed nginx ingress with the yaml file kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/cloud/deploy.yaml when deploy i can see that the endpoints/externalIPs by default are all the ip of my nodes but i only want 1 externalIPs to be access able to…