doc: clarify driver support for netns/connect (#6357)

This commit is contained in:
Tim Gross
2019-09-26 14:50:06 -04:00
committed by GitHub
parent 7fcfdab316
commit db99791f5f
2 changed files with 6 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.