The Istio vet error "A VirtualService must have a unique combination of host and gateway." needs to be updated to allow for multiple VirtualServices defined.
Istio now allows you to do both, 1. match multiple URI's to multiple destinations, merged in one vs or 2. use separate vs for each URI/vs.
The Istio vet error "A VirtualService must have a unique combination of host and gateway." needs to be updated to allow for multiple VirtualServices defined.
Istio now allows you to do both, 1. match multiple URI's to multiple destinations, merged in one vs or 2. use separate vs for each URI/vs.