Bug Description
This creates a perpetual cycle where Cruise Control can never accumulate enough history to complete training beyond 20% (1 out of 5 windows needed).
Steps to reproduce
Deploy operator with the default settings.
Expected behavior
Change default PARTITION_METRICS_WINDOW_NUM_CONFIG_KEY from 1 to 5, which is the default value.
Strimzi version
main
Kubernetes version
1.33
Installation method
Helm
Infrastructure
EKS
Configuration files and logs
No response
Additional context
https://github.com/strimzi/strimzi-kafka-operator/blob/main/cluster-operator/src/main/java/io/strimzi/operator/cluster/model/cruisecontrol/CruiseControlConfiguration.java#L88