I am using flink on k8s, and now there is a problem, the dynamic resource feature of k8s cannot be utilized, one of my flink tasks only occupies a small amount of CPU resources when it runs normally, but in order for the task to start normally, it is necessary to initially set more CPUs, resulting in a lot of wasted resources, how to set mins and maxs
i am try flink on k8s native and flink operator, only support set cpu min equals max. There is no way to set them separately