Jakub Scholz
Jakub Scholz
As requested in the proposal [SP-102](https://github.com/strimzi/proposals/blob/main/102-using-image-volumes-to-improve-extensibility-of-Strimzi-operands.md) (see this comment - https://github.com/strimzi/proposals/pull/155#discussion_r2073546373), this issue tracks adding system tests for the Image Volumes support (the feature itself added in #11467). There is...
Kubernetes 1.32 added _stable_ support for [custom resource field selectors](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-resource-field-selectors). This should allow filtering of custom resources based on some field from the custom resource itself. This might be useful...
Originally posted by @dariocazas in https://github.com/orgs/strimzi/discussions/12193 ---- I am doing some experiments with `KafkaRebalance` CR, and I notice: * When I request a proposal for a rebalance, I get some...
### Type of change - Refactoring ### Description This PR refactors thre `KafkaConnectBuildTest` to make it more in-sync with other Connect and MM2 unit tests. It uses static variables to...
Currently, we have exactly the same default metrics configuration for both controller and broker nodes. But some of the included metrics are only on brokers and some are only on...
It seems that MM2 and Connect currently share the same default configuration for the Strimzi Metrics Reporter. That means that for example the Connect default metrics expose the MM2 connector...
Strimzi supports the `type: ingress` listener for a very long time. While it might work with any Ingress controller in theory, we have always claimed that it was designed and...
Currently, the Grafana Operators Dashboard has multiple different panels to show the number of CRs. For most of them, the default value is set to `0` when there is no...
As decided in the proposal https://github.com/strimzi/proposals/blob/main/097-deprecate-OPA-authorization.md, we should stop bundling the OPA plugin in our images when the dedicated OPA API is dropped together with the `v1beta2` API. This means...
It seems that the Cluster Operator does not produce the KafkaNodePool counter metric (`strimzi_resources{kind="KafkaNodePool"}`). This metric is used in our Operators dashboard and it probably makes sense to have it...