From 3be9076cc17d98a26d03ea2b5a2e4b41e8de4116 Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Thu, 15 May 2025 13:56:14 +0800 Subject: [PATCH] Sync #16476 update test refs into Chinese (#16492) --- .../zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md b/content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md index f0b0a5b2e5..4a8bf10188 100644 --- a/content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md +++ b/content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md @@ -50,6 +50,10 @@ $ istioctl analyze --namespace default $ istioctl analyze @samples/bookinfo/networking/bookinfo-gateway.yaml@ @samples/bookinfo/networking/destination-rule-all.yaml@ Error [IST0101] (Gateway default/bookinfo-gateway samples/bookinfo/networking/bookinfo-gateway.yaml:9) Referenced selector not found: "istio=ingressgateway" Error [IST0101] (VirtualService default/bookinfo samples/bookinfo/networking/bookinfo-gateway.yaml:41) Referenced host not found: "productpage" +Warning [IST0174] (DestinationRule default/details samples/bookinfo/networking/destination-rule-all.yaml:49) The host details defined in the DestinationRule does not match any services in the mesh. +Warning [IST0174] (DestinationRule default/productpage samples/bookinfo/networking/destination-rule-all.yaml:1) The host productpage defined in the DestinationRule does not match any services in the mesh. +Warning [IST0174] (DestinationRule default/ratings samples/bookinfo/networking/destination-rule-all.yaml:29) The host ratings defined in the DestinationRule does not match any services in the mesh. +Warning [IST0174] (DestinationRule default/reviews samples/bookinfo/networking/destination-rule-all.yaml:12) The host reviews defined in the DestinationRule does not match any services in the mesh. Error: Analyzers found issues when analyzing namespace: default. See https://istio.io/v{{< istio_version >}}/docs/reference/config/analysis for more information about causes and resolutions. {{< /text >}}