From 7fc51be092761f59df59fe71841ffa8181a93769 Mon Sep 17 00:00:00 2001 From: Federico Valeri Date: Thu, 18 Jul 2024 10:59:33 +0200 Subject: [PATCH] Add documentation note about quotas plugin options (#10335) Signed-off-by: Federico Valeri --- .../modules/managing/proc-setting-broker-limits.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/modules/managing/proc-setting-broker-limits.adoc b/documentation/modules/managing/proc-setting-broker-limits.adoc index 9652d16a2a2..7ffc41c60ea 100644 --- a/documentation/modules/managing/proc-setting-broker-limits.adoc +++ b/documentation/modules/managing/proc-setting-broker-limits.adoc @@ -104,6 +104,12 @@ spec: . Apply the changes to the `Kafka` configuration. +NOTE: `minAvailableBytesPerVolume` and `minAvailableRatioPerVolume` are mutually exclusive. +This means that only one of these parameters should be configured. + +NOTE: Additional options can be configured in the `spec.kafka.config` section. +The full list of supported options can be found in the https://github.com/strimzi/kafka-quotas-plugin?tab=readme-ov-file#properties-and-their-defaults[plugin documentation]. + [role="_additional-resources"] .Additional resources