You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E0722 12:39:24.220304 1 controller.go:125] unexpected failure updating Kong configuration:
error creating a valid state for Kong: duplicate upstream definitions found for: 'test-api.staging.svc'
W0722 12:39:24.220345 1 queue.go:113] requeuing staging/test-api, err error creating a valid state for Kong: duplicate upstream definitions found for: 'test-api.staging.svc'
The text was updated successfully, but these errors were encountered:
This obviously is causing issues, things supposed to got port 10020 are going to both 10020 and 8025 and things supposed to goto 8025 are going to both as well.
Include the port in upstream names, such that the format is
serviceName.namespace.port.svc, e.g. fooserv.default.80.svc. This
correctly handles cases where a service exposes multiple ports, whereas
previously both would attempt the same upstream and conflict.
Fix#335
Summary
Kong Ingress controller "0.5.0" not support for multiple ports per service.
Kong Ingress controller version
0.5.0
Kong version
1.2
Kubernetes version
Kubernetes Cluster version v1.10 (v1.10.12) - git (clean) commit c757b93cf034d49af3a3b8ecee3b9639a7a11df7 - platform linux/amd64
What happened
This is my ingress yaml , there have two ports need setting.
kong ingress controller error:
The text was updated successfully, but these errors were encountered: