jeesmon commented on PR #227: URL: https://github.com/apache/flink-kubernetes-operator/pull/227#issuecomment-1132958028
@gyfora I was able to run the `basic-scaling` example with your changes locally and it seems to be working fine. One thing I noticed is parallelism getting updated even when new pods are in Pending state. For example, I manually scaled up `FlinkDeployment` using `kubectl scale` and I didn't have enough resources to run all replicas of TMs in my minkube cluster. But operator seemed to have adjusted parallelism based on taskManager.replicas without checking the status of TM pods. Not sure it's an expected behavior but just wanted to point it out. -- 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]
