bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
642 stars 85 forks source link

node.network.orchestrators is not automatically set when running with --orchestrators #4113

Open aronchick opened 1 week ago

aronchick commented 1 week ago

Not obvious as to why?

repro:

bacalhau serve --orchestrators 192.168.1.30 & 

bacalhau config list

Notice node.network.orchestrators is not set.

frrist commented 1 week ago

The bacalhau config list command doesn't return the config of the agent/server it connects to, if that's what you were expecting?