From c90753ee236b048e7b4d7b7e69e4d6d0e55e4ef1 Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Fri, 14 Jun 2019 01:27:16 -0400 Subject: [PATCH] website: add new networking related client config docs --- website/source/docs/configuration/client.html.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/source/docs/configuration/client.html.md b/website/source/docs/configuration/client.html.md index d5a8f3cd7..8e50f5340 100644 --- a/website/source/docs/configuration/client.html.md +++ b/website/source/docs/configuration/client.html.md @@ -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