Files
nomad/.changelog/26449.txt
Daniel Bennett 9682aa2724 consul connect: allow "cni/*" network mode (#26449)
don't require "bridge" network mode when using connect{}

we document this as "at your own risk" because CNI configuration
is so flexible that we can't guarantee a user's network will work,
but Nomad's "bridge" CNI config may be used as a reference.
2025-09-04 12:29:50 -04:00

4 lines
95 B
Plaintext

```release-note:improvement
consul connect: Allow cni/* network mode; use at your own risk
```