simonsobs / socs

Simons Observatory specific OCS agents.
BSD 2-Clause "Simplified" License
12 stars 12 forks source link

Remove incompatible network_mode from example config #613

Closed BrianJKoopman closed 8 months ago

BrianJKoopman commented 8 months ago

Description

"host" network mode is incompatible with port binding. The port binding example also shows a restriction to just accepting connections from localhost, which I don't think we want if the encoder is across the network and not running on the same machine that the wg-encoder agent is running.

Motivation and Context

The daq-satp3 deployment configs used this combination "host" mode and port binding, which was preventing the wg-encoder agent container from coming online.

How Has This Been Tested?

The satp1 and satp3 configs have been updated to use just the non-localhost port binding, with no 'host' network mode.

Types of changes

Checklist: