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.
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