Eguzki Astiz Lezaun

Results 51 issues of Eguzki Astiz Lezaun

- [ ] #353 - [x] #354 * Support only one ruby version * Separated containers for tweemproxy and sentinels * Separated contatiners for redis. New redis version. Maybe 6.2??...

### What [Controlling Operator compatibility with OpenShift Container Platform versions](https://docs.openshift.com/container-platform/4.13/operators/operator_sdk/osdk-working-bundle-images.html#osdk-control-compat_osdk-working-bundle-images) at the upstream level.

do-not-merge/work-in-progress

### What This is a preparation work for on-boarding [EnvoyGateway](https://gateway.envoyproxy.io/) on following up PRs. It is, essentially, moving Istio from being the **required** GatewayAPI provider to **optional** gateway provider. Among...

kind/enhancement

### What Add Istio and GatewayAPI CRDs as required dependency to have the kuadrant operator installed ### Verification Steps * Build custom bundle https://github.com/Kuadrant/kuadrant-operator/blob/main/doc/development.md#build-kuadrant-operator-bundle-image ``` # manifests make bundle VERSION=0.8.0...

### What Update Limitador to `v0.8.0` Bring to the Kuadrant CRD Limtiador's new features: * rate limit headers * redis-cached -> options -> response-timeout * telemetry * ~tracing~ -> purposefully...

### What Custom controller for Limitador limits reading from DAG Gateway API topology and RateLimitPolicies Limitador cluster envoy filter controller reading from DAG Gateway API topology and RateLimitPolicies Kuadrant rate...

kind/enhancement

https://github.com/Kuadrant/kuadrant-operator/pull/447 introduced the GatewayAPI topology (DAG) implementation This (epic) issue tracks the usage of GatewayAPI topology (DAG) implementation by the different kuadrant controllers - [X] Rate limiting wasmplugin controller #447...

kind/epic
size/large

#447 introduced Directed Acyclic Graph implementation. The implementation is not thread-safe. It implements preventing cycles validation. It implements indexes on top of the graph to provide API like "give me...

### What Enable Gateway API alpha APIs for the development environment. It is mandatory for testing current alpha APIs like GRPCRoute API. ### Verification steps **Istio operator** ``` make local-setup...