Actions
Bug #23306
openImprove URLs in sample cluster configuration
Status:
New
Priority:
Normal
Assigned To:
-
Category:
Deployment
Target version:
-
Story points:
-
Description
#23244 revealed that, on a single-node install, some InternalURLs need to be reachable from inside Docker containers.
- Determine exactly which services need to be reachable this way.
- Update those
InternalURLsfrom usinglocalhosttohostname.example - In the big comment explaining the URL setup, add a note explaining this.
Updated by Tom Clegg 4 months ago
I think https://doc.arvados.org/main/admin/config-urls.html is still correct:
The keys under InternalURLs are the URLs through which Arvados system components can connect to one another, including the reverse proxy (e.g. Nginx) that fronts Arvados services. The exception is the Keepstore service, where clients on the local network connect directly to Keepstore.InternalURLs
"clients on the local network" include containers. However, with the default config, they connect to the transient "local keepstore" process started by crunch-run, not the long-lived one configured by InternalURLs.
Actions