Lukasz Dziedziak
Lukasz Dziedziak
### Description Implement targeting MeshHTTPRoute for MeshRetry for Gateway
### Description Implement targeting MeshHTTPRoute for MeshRetry
### Description The `MeshLoadBalancingStrategy` enables traffic balancing based on labels. Labels related to topology, such as availability-zone/region, are present on the node object, but they are not accessible to users...
### What happened? As a followup to https://github.com/kumahq/kuma/issues/6819 we should handle correctly issue when there are 2 or more headless services pointing to the same service. So far we are...
### What happened? When installing kong-enterprise with kumactl `kumactl install gateway kong-enterprise` user must provide a path to the license. If the license has whitespace/newlines installation fails with the error...
### Description Currently, we allow configuring only `from` but sometimes you might want to configure fault injection on outbound, and it might be helpful e.g.: gateway. - [x] `MeshGateway` -...
### Description FaultInjection allows configuring matching for specific Headers. It might be useful for traffic outside of mesh and match for other headers.
### What happened? When Metrics are enabled in Grafana you can observe that metrics are available only for Dataplanes but not for `ZoneEgress` and `ZoneIngress`. It looks like while we...
### Description Since 2.6, the helm release step is in build-test-distribution.yaml. We are still supporting versions 2.2-2.5 and to release helm we need an action file on the main branch....
### What happened? While running tests you want to interrupt them, `After` step doesn't clean all the changes made to the environment. That's cause the next runs to fail. ```bash...