mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
```release-note:improvement
|
|
client: expose network namespace bridge/cni configuration values as task env vars
|
|
```
|