Jakub Scholz
Jakub Scholz
### Type of change - Task ### Description This PR updates the Kaniko container builder to 1.20.1. ### Checklist - [x] Try your changes from Pod inside your Kubernetes and...
Currently, when a pod is annotated for manual rolling update and the manual rolling update fails (for example because topics or the other controllers are not in-sync), it also fails...
We should prevent users from removing disks from a JBOD array that are not empty, as that can lead to data loss. This can be maybe implemented in a similar...
Currently, the Helm Chart sets by default no security context, and users who want to set it to something specific can do so through the values options. Ideally, we would...
[KRaft] Mixed nodes cluster is not able to recover from misconfiguration affecting the whole cluster
Strimzi currently does not seem to be able to recover mixed-nodes KRaft cluster when it runs into some initial misconfiguration. This can be easily reproduced with the following steps: 1....
One of the common requests we get is to be able to easily move all Kafka logs between two disks on the JBOD storage array. This is useful for example...
When using Unidirectional Topic Operator (UTO), the way the log levels are used seems to be very strange. At an INFO level, it logs something like this while running for...
JBOD support is currently missing in Kafka itself. But once it is added, we will need to support it in Strimzi as well. Likely, it might include at least the...
Scaling of KRaft controller-only nodes currently doesn't seem to work. Below are described the situations and issues: ## Scale-up The scale-up seems to currently work like this: 1. The controller...
The `KafkaRoller` detects stuck pods while rolling the Kafka cluster and does not seem to wait for them to get ready. It results in the following messages in the log:...