Autoscaling KafkaConnectors #6871
-
We are trying to setup autoscaling for KafkaConnector resources using KEDA. However when we deploy the scaled object, we are getting the following error in the HPA.
In the KafkaConnector CRD, there is no labelSelectorPath in the scale object. Is autoscaling not supported yet for KafkaConnector resources? From the other discussion comment, we were under assumption that this is supported for KafkaConnectors. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
scale
subresource is supported by the KafkaConnector resource. But the KafkaConnector is a virtual object which does not represent any pods. So there is nothing the label selector can select.