Skip to content

[Backport release-1.5] fix(kafka): set entity-operator resources to avoid OOM under tenant LimitRange - #3054

Merged
myasnikovdaniil merged 1 commit into
release-1.5from
backport-2934-to-release-1.5
Jul 3, 2026
Merged

[Backport release-1.5] fix(kafka): set entity-operator resources to avoid OOM under tenant LimitRange#3054
myasnikovdaniil merged 1 commit into
release-1.5from
backport-2934-to-release-1.5

Conversation

@github-actions

Copy link
Copy Markdown

Description

Backport of #2934 to release-1.5.

…imitRange

entityOperator.topicOperator/userOperator carried no resources, so in tenant
namespaces (the LimitRange defaults containers to 128Mi) the JVM topic-operator
and user-operator are OOMKilled on startup. The entity-operator stays in
CrashLoopBackOff, KafkaTopics/KafkaUsers never reconcile, and on teardown topics
get stuck on the strimzi.io/topic-operator finalizer. Set explicit requests/limits
(256Mi/512Mi) so they no longer inherit the namespace default; add a template test.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
(cherry picked from commit 1ab5f17)
@dosubot dosubot Bot added area/database Issues or PRs related to managed databases (postgres, mariadb, redis, etcd, kafka, clickhouse) backport Should change be backported on previous release backport-previous Backport target — previous release line kind/bug Categorizes issue or PR as related to a bug labels Jun 25, 2026
@myasnikovdaniil
myasnikovdaniil merged commit 7799ec4 into release-1.5 Jul 3, 2026
4 of 5 checks passed
@myasnikovdaniil
myasnikovdaniil deleted the backport-2934-to-release-1.5 branch July 3, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/database Issues or PRs related to managed databases (postgres, mariadb, redis, etcd, kafka, clickhouse) backport Should change be backported on previous release backport-previous Backport target — previous release line kind/bug Categorizes issue or PR as related to a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant