I am trying to setup an Ingress in GCE Kubernetes. But when I visit the IP address and path combination defined in the Ingress, I keep getting the following 502 error:
I solved the problem by
kubectl apply -f ingress.yaml
Essentially, I followed Roy's advice and tried to turn it off and on again.