You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
The VirtualService resource's destination host for any protocol type HTTP, TCP & TLS should always point to a Service port like Destination Port.
The new vet should verify that the routes always point to a service port including defaults.
Note that this [https://github.com/aspenmesh/istio-vet/blob/master/pkg/vetter/danglingroutedestinationhost/README.md] vetter currently generates warnings for dangling route destinations which is very close to this new vetter request.
The text was updated successfully, but these errors were encountered:
nrjpoddar
changed the title
RFE: Vet for verifying VirtualService destination points to a Service Port
RFE: Vet for verifying VirtualService route destination points to a Service Port
Aug 6, 2019
The VirtualService resource's destination host for any protocol type
HTTP
,TCP
&TLS
should always point to a Service port like Destination Port.The new vet should verify that the routes always point to a service port including defaults.
Note that this [https://github.com/aspenmesh/istio-vet/blob/master/pkg/vetter/danglingroutedestinationhost/README.md] vetter currently generates warnings for dangling route destinations which is very close to this new vetter request.
The text was updated successfully, but these errors were encountered: