Files
nomad/.changelog/11810.txt
James Rasell 04ba358266 client: expose network namespace CNI config as task env vars. (#11810)
This change exposes CNI configuration details of a network
namespace as environment variables. This allows a task to use
these value to configure itself; a potential use case is to run
a Raft application binding to IP and Port details configured using
the bridge network mode.
2024-05-14 09:02:06 +01:00

4 lines
114 B
Plaintext

```release-note:improvement
client: expose network namespace bridge/cni configuration values as task env vars
```