Skip to content

Commit f5eac2b

Browse files
razvanmaltesander
andauthored
chore: disable controller downscale test step and update docs (#904)
* chore: disable controller downscale test step and update docs * Update docs/modules/kafka/partials/supported-versions.adoc Co-authored-by: Malte Sander <contact@maltesander.com> * clarify kraft problem --------- Co-authored-by: Malte Sander <contact@maltesander.com>
1 parent f34819d commit f5eac2b

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/modules/kafka/partials/supported-versions.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
* 4.1.0 (experimental)
66
* 3.9.1 (LTS)
77
* 3.7.2 (deprecated)
8+
9+
Support for clusters running in Kraft mode (which includes Apache Kafka 4.x.x) is experimental because it has not been thoroughly tested in production environments yet.
10+
Migrations from older Kafka version which used Apache Zookeeper for cluster coordination to the new KRaft mode are not supported yet.
11+
12+
Also there are some known issues such as:
13+
14+
* Controller scaling is not reliable.
15+
* Kerberos authentication is not tested yet.
16+
* Service exposision is not definitive.

tests/templates/kuttl/operations-kraft/70-scale-controller-down.yaml.j2 renamed to tests/templates/kuttl/operations-kraft/70-scale-controller-down.yaml.j2.disabled

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# This test step is disabled becaus Kraft controller do scale down reliably.
3+
# This leads to flaky tests.
4+
#
15
{% if not test_scenario['values']['kafka-kraft'].startswith("3.7") %}
26
---
37
apiVersion: kuttl.dev/v1beta1

0 commit comments

Comments
 (0)