gj-zhang commented on issue #12704: URL: https://github.com/apache/dolphinscheduler/issues/12704#issuecomment-1303078803
```shell $ ./flink run-application --target kubernetes-application -c com.MainClass -sae -Dkubernetes.cluster-id=k8s-test-flink-stream-test -Dkubernetes.container.image=flink1.14.5:v1 -Dkubernetes.namespace=default -Dkubernetes.rest-service.exposed.type=ClusterIP -Dkubernetes.service-account=flink-service-account local:///opt/flink/usrlib/demo.jar 2022-11-04 15:38:29,094 INFO org.apache.flink.kubernetes.utils.KubernetesUtils [] - Kubernetes deployment requires a fixed port. Configuration blob.server.port will be set to 6124 2022-11-04 15:38:29,094 INFO org.apache.flink.kubernetes.utils.KubernetesUtils [] - Kubernetes deployment requires a fixed port. Configuration taskmanager.rpc.port will be set to 6122 2022-11-04 15:38:30,164 WARN org.apache.flink.kubernetes.KubernetesClusterDescriptor [] - Please note that Flink client operations(e.g. cancel, list, stop, savepoint, etc.) won't work from outside the Kubernetes cluster since 'kubernetes.rest-service.exposed.type' has been set to ClusterIP. 2022-11-04 15:38:30,173 INFO org.apache.flink.kubernetes.KubernetesClusterDescriptor [] - Create flink application cluster k8s-test-flink-stream-test successfully, JobManager Web Interface: http://k8s-test-flink-stream-test-rest.default:8081 $ ``` @hstdream please take a look. the client will exit after submit success. -- 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]
