aspenmesh / istio-vet

Utility for validating Istio configuration in kubernetes cluster
Apache License 2.0
135 stars 35 forks source link

RFE: Allow for multiple VirtualServices in "VirtualServices Define the Same Host" vetter #73

Closed gramidt closed 4 years ago

gramidt commented 4 years ago

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.

b-t-g commented 4 years ago

Fixed by #77 .