I have an service Entry kind which is for the database service in other namespace(istio-enabled=false). Now the question is
why am i getting pilot_duplicate_envoy_clusters in pilot logs?
what does it mean really?
"ProxyStatus": {
"pilot_duplicate_envoy_clusters": {
"outbound|5432||test-pgdb-pgbouncer.test-db.svc.cluster.local": {
"proxy": "istio-ingressgateway-6bcd9c685c-r5z7k.istio-system",
"message": "Duplicate cluster outbound|5432||test-pgdb-pgbouncer.test-db.svc.cluster.local found while pushing CDS"
}
}
},