Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a warning if we think istio-proxy injection is causing problems
We have encountered situations where the injection of istio-proxy in a router pod (executing in kubernetes) causes strange networking errors during uplink retrieval. The root cause of the issue is that the router is executing and attempting retrieve uplink schemas whilst the istio-proxy is modifying network configuration at the same time. This warning message will direct users to information which should help them to configure their cluster or pod to avoid this problem. fixes: #3533
- Loading branch information