istio.io
istio.io copied to clipboard
documentation URL leads to 404 for istio Analysis objects in cluster
Is this the right place to submit this?
- [x] This is not a security vulnerability or a crashing bug
- [x] This is not a question about how to use Istio
Bug Description
Hey, I've enabled Analysis for our istiod. After we've enabled it, we correctly get a populated status field like:
❯ k describe gw sandres-test-gw2
Name: sandres-test-gw2
[...]
Status:
Observed Generation: 1
Validation Messages:
Documentation URL: https://istio.io/v1.26/docs/reference/config/analysis/ist0145/
Level: ERROR
Type:
Code: IST0145
The documentation URL leads to a 404 though. I assume this is a bug.
Version
$ istioctl version
client version: 1.26.0
control plane version: 1.26.0
data plane version: 1.26.0 (377 proxies)
❯ kubectl version --short
error: unknown flag: --short
See 'kubectl version --help' for usage.
Additional Information
No response