gyfora commented on PR #227: URL: https://github.com/apache/flink-kubernetes-operator/pull/227#issuecomment-1132071756
@jeesmon as you can see in the example I provided this works with the `FlinkDeployment` resource which the operator manages using the Flink Native integration. You don't need to set anything else, only use the taskManager.replicas config instead of setting the parallelism for your `FlinkDeployment` resource. This will work in a similar way to how the reactive mode works with the only difference is that scaling is done through the kubernetes api or a HPA. In this version the operator does not create the HPA policy, it is definitely out of scope for this initial version and even later we have to discuss how far we want to go :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
