Project

General

Profile

Actions

Bug #23306

open

Improve URLs in sample cluster configuration

Added by Brett Smith 4 months ago. Updated 4 months ago.

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 InternalURLs from using localhost to hostname.example
  • In the big comment explaining the URL setup, add a note explaining this.
Actions #1

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

Also available in: Atom PDF