Hisoka-X commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886089370
########## docs/zh/start-v2/kubernetes/helm.md: ########## @@ -75,13 +75,11 @@ MASTER_POD=$(kubectl get po -l 'app.kubernetes.io/name=seatunnel-master' | sed # 进入master pod kubectl -n default exec -it $MASTER_POD -- /bin/bash # 执行 restapi -curl http://127.0.0.1:5801/hazelcast/rest/maps/running-jobs -curl http://127.0.0.1:5801/hazelcast/rest/maps/system-monitoring-information +curl http://127.0.0.1:5801/running-jobs Review Comment: In the rest api v2. The default port is 8080 -- 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]
