アナライザーメッセージ形式
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)については、名前空間サフィックスは省略されます。