Closed iSOcH closed 8 years ago
@iSOcH it is a bug.
Explanation: the NGINX Ingress controller uses the endpoints not the services to route traffic to the containers. This introduces an error when the targetPort
is a name because EndpointPort do not support named ports.
Soo duplicate of #743?
@paralin yes
service.yaml:
with ingress.yaml:
works flawlessly :)
but if i set
targetPort: ui
(as it is named in the pod definition) nginx ingress controller logs:service kube-system/kibana-logging does no have any active endpoints
... but: