This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
Multiple TCP listener definitions for 0.0.0.0:6379 in Pilot (kubernetes external services) #365
Labels
Milestone
Is this a BUG or FEATURE REQUEST?: BUG
What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details
Istio from 0.8 release branch built from source.
Is Istio Auth enabled or not ?
I used istio.yaml with disabled Auth option.
What happened:
I have such messages in Pilot logs:
There are many entries like this in logs for each external service. And Pilot tries to reload them permanently and write it in logs.
Pilot uses 0.0.0.0 but these external services have different hosts and addr:port pair shouldn't be the same for them.
What you expected to happen:
Don't have these messages.
How to reproduce it:
Create several kubernetes external services with the same ports and run pilot.
The text was updated successfully, but these errors were encountered: