-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Description
Bug description
In istio 1.4.0, tracing.istio-system has moved from port 80 to 9411. There is already a zipkin.istio-system service in the namespace on 9411. Both services point to the same workload (Jaeger).
This is a breaking change for us so just wondering why it was made and if it was intentional, it should have been in the upgrade notes (as we have upstream systems talking to tracing.istio-system).
Expected behavior
Consistent service ports between releases or details in release notes explaining the changes.
OR if you're really honouring semver releases, 1.4.0 shouldn't have breaking changes from 1.3.x and a different service port could probably be classed as breaking.
Steps to reproduce the bug
Version (include the output of istioctl version --remote and kubectl version and helm version if you used Helm)
1.4.0
How was Istio installed?
Environment where bug was observed (cloud vendor, OS, etc)