Analyzer Message Format
istioctl analyze
命令规定以下格式:
<level> [<code>] (<affected-resource>) <message-details>
<affected-resource>
字段的详细格式如下:
<resource-kind> <resource-name>.<resource-namespace>
例如:
Error [IST0101] (VirtualService httpbin.default) Referenced gateway not found: "httpbin-gateway-bogus"
包含详细描述的 <message-details>
字段也许可以帮您进一步解决问题, 对于集群范围的资源,例如 namespace
,将省略其后缀。