kumahq / kuma

🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
https://kuma.io/install
Apache License 2.0
3.67k stars 333 forks source link

fix(meshtimeout): don't set default timeouts on inbound cluster and listener #12043

Closed lukidzi closed 1 week ago

lukidzi commented 1 week ago

Motivation

We noticed that when a user upgrades to version 2.9.x without a default MeshTimeout/Timeout policy, default timeouts are applied on inbound clusters and listeners. This could disrupt the existing behavior of the environment.

Implementation information

When no policy is present, we simply skip configuration and do not set up the timeouts for inbound cluster or listener.

Supporting documentation

Fix https://github.com/kumahq/kuma/issues/12033

github-actions[bot] commented 1 week ago

backporting to release-2.6 with action

backporting to release-2.8 with action backporting to release-2.7 with action backporting to release-2.5 with action