Hi Team, I am using the `flink-kubernetes-operator...
# random
v
Hi Team, I am using the
flink-kubernetes-operator
to run flink jobs and was looking into the autoscaler functionality. I am having trouble understanding some things. I am running flink version
1.17.1
. 1. I see that setting
jobmanager.scheduler: ADAPTIVE
will adjust the parallelism as per the available resources (will not horizontally scale task managers) and it can work without
REACTIVE
scheduler-mode. So the thing I am not able to understand that In order to automatically scale the task managers do I need to enable
REACTIVE
scheduling along with enabling the autoscaler at the
flink-operator
level?