mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
doc: clarify driver support for netns/connect (#6357)
This commit is contained in:
@@ -78,7 +78,9 @@ job "docs" {
|
||||
|
||||
- “none” - Task group will have an isolated network without any network interfaces.
|
||||
- “bridge” - Task group will have an isolated network namespace with an interface
|
||||
that is bridged with the host.
|
||||
that is bridged with the host. Note that bridge networking is only
|
||||
currently supported for the `docker`, `exec`, `raw_exec`, and `java` task
|
||||
drivers.
|
||||
- “host” - Each task will join the host network namespace and a shared network
|
||||
namespace is not created. This matches the current behavior in Nomad 0.9.
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ run in dev mode with the following command:
|
||||
**Note**: Nomad's Connect integration requires Consul in your `$PATH`
|
||||
|
||||
```sh
|
||||
$ consul agent -dev
|
||||
$ consul agent -dev
|
||||
```
|
||||
|
||||
### Nomad
|
||||
@@ -262,8 +262,8 @@ dashes (`-`) are converted to underscores (`_`) in environment variables so
|
||||
- Consul Connect Native is not yet supported.
|
||||
- Consul Connect HTTP and gRPC checks are not yet supported.
|
||||
- Consul ACLs are not yet supported.
|
||||
- Only the Docker, exec, and raw exec drivers support network namespaces and
|
||||
Connect.
|
||||
- Only the Docker, exec, raw exec, and java drivers support network namespaces
|
||||
and Connect.
|
||||
- Variable interpolation for group services and checks are not yet supported.
|
||||
- Consul Connect and network namespaces are only supported on Linux.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user