lawrence191 opened a new issue, #2821: URL: https://github.com/apache/incubator-streampark/issues/2821
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version jdk 281 ### Scala Version 2.12.x ### StreamPark Version 2.1.0 ### Flink Version 1.15.4 ### deploy mode None ### What happened 在streampark页面设置参数如下: -Dkubernetes.jobmanager.cpu=1 -Dkubernetes.jobmanager.cpu.limit-factor=2 -Dkubernetes.taskmanager.cpu=1 -Dkubernetes.taskmanager.cpu.limit-factor=2 按照flink官方文档:https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/config/#kubernetes 目前的设置limit的值应该是request的2倍,从日志中可以 看到参数读取到了,但是最终在pod中limit与request的值并未生效,limit与request一样都为1000m的cpu资源。 测试了在flink的bin目录下,手动的创建flink的session,添加一样的参数,则是正常设置了pod的cpu的limit/request。 ### Error Exception _No response_ ### Screenshots streampark页面:  streampark日志:  Pod的cpu资源:  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?) ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
