is it possible to force the k8s operator (in nativ...
# troubleshooting
t
is it possible to force the k8s operator (in native k8s application mode) to spin up more TMs than the job’s parallelism? i tried setting
Copy code
taskManager:
    replicas: 3
but the job’s parallelism seems to override this still