Kubernetes Ingress (GCE) keeps returning 502 error

前端 未结 8 2030
一生所求
一生所求 2020-12-14 08:24

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:

8条回答
  •  醉酒成梦
    2020-12-14 08:54

    The "Limitations" section of the kubernetes documentation states that:

    All Kubernetes services must serve a 200 page on '/', or whatever custom value you've specified through GLBC's --health-check-path argument.

    https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/cluster-loadbalancing/glbc#limitations

提交回复
热议问题