strimzi-kafka-operator
strimzi-kafka-operator copied to clipboard
Apache Kafka® running on Kubernetes
[Bug]: ClusterServiceVersion annotations exceed Kubernetes' 256 KB limit causing deployment failure
### Bug Description What did you do? While using Strimzi for managing Kafka clusters, I noticed that the annotations in the ClusterServiceVersion resource exceed the Kubernetes limit of 256 KB,...
### Bug Description If you create a Kafka cluster with a dual role node pool and then follow the migration guide to migrate to separate broker and controller node pools....
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...
### Type of change Bugfix ### Description Closes #11375 This PR changes generation of secrets with alternative names which happens for broker and cruise control certificates (they have IP or...
### Related problem Cruise Control will soon support [throttling on intra-broker replica movements](https://github.com/linkedin/cruise-control/issues/1851). The [PR](https://github.com/linkedin/cruise-control/pull/2145) is under review and will be released in the near future. Strimzi should support this...
### Related problem Currently only way one can deploy connect plugins is by rebuilding custom image either from base image or using connect CR. This image needs to be pushed...
### Bug Description The `testChangingInternalToExternalLoggingTriggerRollingUpdate()` test in `LoggingChangeST` is class is currently failing due to logging related changes in Kafka 4.0.0 and is therefore disabled for now. ### Steps to...
By merging https://github.com/strimzi/strimzi-kafka-operator/pull/11224, the `OpenSslCertManager` class is now a mix of openssl usage and Java security framework but openssl is used only for administrative operations (i.e. generating CA and EE...
### Bug Description After resize PVC in some cases (not always) Strimzi is doing pod restart before k8s execute operation of online expansion. ### Steps to reproduce 1. Increase disk...
### Bug Description Our scanning tool found this high sev CVE in the json-smart dependency. Updating to 2.5.2 would fix ### Steps to reproduce _No response_ ### Expected behavior _No...