bug(feature?): should allow same target.Target
for different upstreams
#57
Labels
Milestone
target.Target
for different upstreams
#57
Currently, GetStateFromContent returns a
duplicate target definitions found for: ...
error when different upstreams have same target.It's not rare that different services sharing the same group of pods in Kubernetes. Such restrictions causes the kubernetes-ingress-controller stop working. Maybe we can use
${upstream.id}/${target.Target}
here as theid
inTargetsCollection
?The text was updated successfully, but these errors were encountered: