myfjdthink opened a new issue, #2829: URL: https://github.com/apache/incubator-streampark/issues/2829
### 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 1.8 ### Scala Version 2.12.x ### StreamPark Version latest ### Flink Version 1.14.5 ### deploy mode remote ### What happened According to the [documentation](https://streampark.apache.org/docs/user-guide/docker-deployment/#streampark-deployment-based-on-h2-and-docker-compose) for deploying StreamPark using docker-compose, the step of adding a flink cluster always reports an error > the remote cluster connection failed, please check! It is possible to try to access flink in the container ```bash docker exec -it streampark-flink-taskmanager-1 bash curl http://10.10.16.38:8081/overview ``` result: > {"taskmanagers":1,"slots-total":1,"slots-available":1,"jobs-running":0,"jobs-finished":0,"jobs-cancelled":0,"jobs-fa.... I tried the following iamge versions of StreamPark: - apache/streampark:latest - apache/streampark:v2.1.0 - apache/streampark:v2.0.0 Also try the following iamge versions of Flink: - FLINK_IMAGE=flink:1.14.5-scala_2.12 - FLINK_IMAGE=flink:1.15.4-scala_2.12 All encounter the same problem ### Error Exception ```log > the remote cluster connection failed, please check! ``` ### Screenshots   ### 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]
