Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/design/AgentRun-CLI-Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ readiness_probe_path: /health
readiness_probe_port: 8080

# AgentCube specific configuration
router_url: http://router.agentcube.svc
workload_manager_url: http://workload-manager.agentcube.svc
router_url: http://agentcube-router.agentcube.svc:8080
workload_manager_url: http://workloadmanager.agentcube.svc:8080
Comment on lines +294 to +295
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still repo examples referencing the old Router service DNS (e.g., example/pcap-analyzer/deployment.yaml uses ROUTER_URL=http://router.agentcube.svc.cluster.local:8080). Consider updating those to agentcube-router as well to keep examples consistent and avoid user confusion.

Copilot uses AI. Check for mistakes.

image:
repository_url: registry.example.com/weather-agent
Expand Down
Loading