Reporting Bugs
Oh no! You found a bug? We’d love to hear about it.
Product bugs
Search our issue database1 to see if we already know about your problem and learn about when we think we can fix it. If you don’t find your problem in the database, please open a new issue2 and let us know what’s going on.
If you think a bug is in fact a security vulnerability, please visit Reporting Security Vulnerabilities3 to learn what to do.
Kubernetes cluster state archives
If you’re running on Kubernetes, consider including a cluster state archive with your bug report. For convenience, you can run a dump script to produce an archive containing all of the relevant state from your Kubernetes cluster:
Run via
curl
:Run locally, from the release directory’s root:
Then attach the produced istio-dump.tar.gz
with your reported problem.
If you are unable to use the dump script, please attach your own archive containing:
Pods, services, deployments, and endpoints across all namespaces:
Secret names in
istio-system
:configmaps in the
istio-system
namespace:Current and previous logs from all Istio components and sidecar
Mixer logs:
Pilot logs:
All Istio configuration artifacts:
Documentation bugs
Search our documentation issue database5 to see if we already know about your problem and learn about when we think we can fix it. If you don’t find your problem in the database, please navigate to the page with the problem, then select the gear menu at the top right of this page, and finally chose Report a Site Bug.