content/en/docs/reference/config/analysis/ist0125/index.md
This message occurs when an annotation mentions istio.io but the annotation
Consult Istio's list of resource annotations.
You will receive this message:
{{< text plain >}} Warning [IST0108] (Service httpbin.default) Unknown annotation: networking.istio.io/exportTwo {{< /text >}}
when your cluster has following namespace:
{{< text yaml >}} apiVersion: v1 kind: Service metadata: name: httpbin labels: app: httpbin annotations: # no such Istio annotation networking.istio.io/exportTwo: bar spec: ports:
In this example, the service httpbin is using networking.istio.io/exportTwo instead of networking.istio.io/exportTo.