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

Inbound cluster has defaults timeout even when there is no default policy #12033

Closed lukidzi closed 1 week ago

lukidzi commented 1 week ago

What happened?

When a user upgrades to version 2.9.0 without a default policy, Kuma applies default timeouts. Previously, if no default policy was set, no timeouts were applied. However, since 2.9, default timeouts are enforced, which could potentially cause issues.

Change: https://github.com/kumahq/kuma/blob/master/pkg/plugins/policies/meshtimeout/plugin/v1alpha1/plugin.go#L96