mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge network namespaces work into master (#6046)
Merge network namespaces work into master
This commit is contained in:
@@ -136,6 +136,17 @@ driver) but will be removed in a future release.
|
||||
generated, but setting this to `false` will use the system's UUID. Before
|
||||
Nomad 0.6 the default was to use the system UUID.
|
||||
|
||||
- `cni_path` `(string: "/opt/cni/bin")` - Sets the search path that is used for
|
||||
CNI plugin discovery. Multiple paths can be searched using colon delimited
|
||||
paths
|
||||
|
||||
- `bridge_network name` `(string: "nomad")` - Sets the name of the bridge to be
|
||||
created by nomad for allocations running with bridge networking mode on the
|
||||
client.
|
||||
|
||||
- `bridge_network_subnet` `(string: "172.26.66.0/23")` - Specifies the subnet
|
||||
which the client will use to allocate IP addresses from.
|
||||
|
||||
### `chroot_env` Parameters
|
||||
|
||||
Drivers based on [isolated fork/exec](/docs/drivers/exec.html) implement file
|
||||
|
||||
@@ -728,6 +728,10 @@ plugin "docker" {
|
||||
`docker.volumes.enabled` set to false, the labels will still be applied to
|
||||
the standard binds in the container.
|
||||
|
||||
* `infra_image` - This is the Docker image to use when creating the parent
|
||||
container necessary when sharing network namespaces between tasks. Defaults
|
||||
to "gcr.io/google_containers/pause-amd64:3.0".
|
||||
|
||||
## Client Configuration
|
||||
|
||||
~> Note: client configuration options will soon be deprecated. Please use
|
||||
|
||||
Reference in New Issue
Block a user