Fix dashboard agent use incorrect ip (#12038)

This commit is contained in:
fyrestone
2020-11-17 04:02:20 +08:00
committed by GitHub
parent f56d7c1a76
commit 0c6bb745cd
2 changed files with 11 additions and 3 deletions
+1
View File
@@ -1402,6 +1402,7 @@ def start_raylet(redis_address,
sys.executable,
"-u",
os.path.join(RAY_PATH, "new_dashboard/agent.py"),
f"--node-ip-address={node_ip_address}",
f"--redis-address={redis_address}",
f"--metrics-export-port={metrics_export_port}",
f"--dashboard-agent-port={metrics_agent_port}",