website: add new networking related client config docs

This commit is contained in:
Nick Ethier 2019-06-14 01:27:16 -04:00
parent ef83f0831b
commit c90753ee23
No known key found for this signature in database
GPG Key ID: 07C1A3ECED90D24A
1 changed files with 11 additions and 0 deletions

View File

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