### Bug Description Given you have a kubernetes service in a namespace, say `namespace-1` with this annotation: ``` networking.istio.io/exportTo: namespace-2 ``` And you also have a `VirtualService` in `namespace-1` which targets this service in `namespace-1` When running istioctl analyze like this: ``` ./src/1.14.1/bin/istioctl analyze --timeout=300s --all-namespaces ``` You get an error: ``` Referenced host not found: "name" ``` ### Version ```prose 1.14.1 (was the same on 1.13.5) ``` ### Additional Information _No response_