Analyzer Message Format
The istioctl analyze
command provides messages in the format:
<level> [<code>] (<affected-resource>) <message-details>
The <affected-resource>
field expands to:
<resource-kind> <resource-name>.<resource-namespace>
For example:
Error [IST0101] (VirtualService httpbin.default) Referenced gateway not found: "httpbin-gateway-bogus"
The <message-details>
field contains a detailed description that may contain further information to help resolve the problem. The namespace suffix is omitted for cluster-scoped resources, for example namespace
.