FrommyMind commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886103458
########## 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: Do I need to replace all port "5801" with "8080" in all template files? -- 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]
