2016-11-01 12:53:13 +00:00
|
|
|
---
|
2020-02-06 23:45:31 +00:00
|
|
|
layout: docs
|
|
|
|
page_title: client Stanza - Agent Configuration
|
|
|
|
sidebar_title: client
|
2016-11-01 12:53:13 +00:00
|
|
|
description: |-
|
|
|
|
The "client" stanza configures the Nomad agent to accept jobs as assigned by
|
|
|
|
the Nomad server, join the cluster, and specify driver-specific configuration.
|
|
|
|
---
|
|
|
|
|
|
|
|
# `client` Stanza
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
<Placement groups={['client']} />
|
2016-11-01 12:53:13 +00:00
|
|
|
|
|
|
|
The `client` stanza configures the Nomad agent to accept jobs as assigned by
|
|
|
|
the Nomad server, join the cluster, and specify driver-specific configuration.
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
enabled = true
|
|
|
|
servers = ["1.2.3.4:4647", "5.6.7.8:4647"]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2019-01-29 20:53:05 +00:00
|
|
|
## Plugin Options
|
|
|
|
|
|
|
|
Nomad 0.9 now supports pluggable drivers. Operators should use the new
|
|
|
|
[plugin][plugin-stanza] syntax to modify driver configuration. To find the
|
|
|
|
plugin options supported by each individual Nomad driver, please see the
|
2020-02-06 23:45:31 +00:00
|
|
|
[drivers documentation](/docs/drivers). The pre-0.9 `client.options`
|
2019-01-29 20:53:05 +00:00
|
|
|
stanza will be supported in 0.9 for backward compatibility (except for the `lxc`
|
|
|
|
driver) but will be removed in a future release.
|
|
|
|
|
2016-11-01 12:53:13 +00:00
|
|
|
## `client` Parameters
|
|
|
|
|
|
|
|
- `alloc_dir` `(string: "[data_dir]/alloc")` - Specifies the directory to use
|
2016-11-02 23:26:10 +00:00
|
|
|
for allocation data. By default, this is the top-level
|
2020-02-06 23:45:31 +00:00
|
|
|
[data_dir](/docs/configuration#data_dir) suffixed with
|
2018-08-30 21:20:32 +00:00
|
|
|
"alloc", like `"/opt/nomad/alloc"`. This must be an absolute path.
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2016-11-02 23:26:10 +00:00
|
|
|
- `chroot_env` <code>([ChrootEnv](#chroot_env-parameters): nil)</code> -
|
|
|
|
Specifies a key-value mapping that defines the chroot environment for jobs
|
|
|
|
using the Exec and Java drivers.
|
2016-11-01 12:53:13 +00:00
|
|
|
|
|
|
|
- `enabled` `(bool: false)` - Specifies if client mode is enabled. All other
|
|
|
|
client configuration options depend on this value.
|
|
|
|
|
|
|
|
- `max_kill_timeout` `(string: "30s")` - Specifies the maximum amount of time a
|
|
|
|
job is allowed to wait to exit. Individual jobs may customize their own kill
|
|
|
|
timeout, but it may not exceed this value.
|
|
|
|
|
2019-06-03 19:31:39 +00:00
|
|
|
- `disable_remote_exec` `(bool: false)` - Specifies if the client should disable
|
|
|
|
remote task execution to tasks running on this client.
|
|
|
|
|
2016-12-08 18:35:40 +00:00
|
|
|
- `meta` `(map[string]string: nil)` - Specifies a key-value map that annotates
|
2016-11-01 12:53:13 +00:00
|
|
|
with user-defined metadata.
|
|
|
|
|
2017-11-15 19:32:32 +00:00
|
|
|
- `network_interface` `(string: varied)` - Specifies the name of the interface
|
2017-11-15 20:49:22 +00:00
|
|
|
to force network fingerprinting on. When run in dev mode, this defaults to the
|
|
|
|
loopback interface. When not in dev mode, the interface attached to the
|
2019-11-12 22:32:21 +00:00
|
|
|
default route is used. The scheduler chooses from these fingerprinted IP
|
2017-11-15 20:49:22 +00:00
|
|
|
addresses when allocating ports for tasks.
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
If no non-local IP addresses are found, Nomad could fingerprint link-local IPv6
|
|
|
|
addresses depending on the client's
|
2020-03-26 20:21:24 +00:00
|
|
|
[`"fingerprint.network.disallow_link_local"`](#fingerprint-network-disallow_link_local)
|
2020-02-06 23:45:31 +00:00
|
|
|
configuration value.
|
2019-08-16 16:44:57 +00:00
|
|
|
|
2016-11-15 21:55:51 +00:00
|
|
|
- `network_speed` `(int: 0)` - Specifies an override for the network link speed.
|
|
|
|
This value, if set, overrides any detected or defaulted link speed. Most
|
|
|
|
clients can determine their speed automatically, and thus in most cases this
|
|
|
|
should be left unset.
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2017-07-17 18:41:50 +00:00
|
|
|
- `cpu_total_compute` `(int: 0)` - Specifies an override for the total CPU
|
2017-03-14 21:15:49 +00:00
|
|
|
compute. This value should be set to `# Cores * Core MHz`. For example, a
|
2020-02-06 23:45:31 +00:00
|
|
|
quad-core running at 2 GHz would have a total compute of 8000 (4 \* 2000). Most
|
2017-07-17 18:41:50 +00:00
|
|
|
clients can determine their total CPU compute automatically, and thus in most
|
2017-03-14 21:15:49 +00:00
|
|
|
cases this should be left unset.
|
|
|
|
|
2018-03-28 15:15:33 +00:00
|
|
|
- `memory_total_mb` `(int:0)` - Specifies an override for the total memory. If set,
|
|
|
|
this value overrides any detected memory.
|
|
|
|
|
2016-11-01 12:53:13 +00:00
|
|
|
- `node_class` `(string: "")` - Specifies an arbitrary string used to logically
|
|
|
|
group client nodes by user-defined class. This can be used during job
|
|
|
|
placement as a filter.
|
|
|
|
|
|
|
|
- `options` <code>([Options](#options-parameters): nil)</code> - Specifies a
|
|
|
|
key-value mapping of internal configuration for clients, such as for driver
|
|
|
|
configuration.
|
|
|
|
|
|
|
|
- `reserved` <code>([Reserved](#reserved-parameters): nil)</code> - Specifies
|
|
|
|
that Nomad should reserve a portion of the node's resources from receiving
|
|
|
|
tasks. This can be used to target a certain capacity usage for the node. For
|
|
|
|
example, 20% of the node's CPU could be reserved to target a CPU utilization
|
|
|
|
of 80%.
|
|
|
|
|
|
|
|
- `servers` `(array<string>: [])` - Specifies an array of addresses to the Nomad
|
|
|
|
servers this client should join. This list is used to register the client with
|
|
|
|
the server nodes and advertise the available resources so that the agent can
|
|
|
|
receive work. This may be specified as an IP address or DNS, with or without
|
|
|
|
the port. If the port is omitted, the default port of `4647` is used.
|
|
|
|
|
2018-05-31 17:49:19 +00:00
|
|
|
- `server_join` <code>([server_join][server-join]: nil)</code> - Specifies
|
2018-05-25 22:43:33 +00:00
|
|
|
how the Nomad client will connect to Nomad servers. The `start_join` field
|
|
|
|
is not supported on the client. The retry_join fields may directly specify
|
|
|
|
the server address or use go-discover syntax for auto-discovery. See the
|
|
|
|
documentation for more detail.
|
2018-05-21 17:17:35 +00:00
|
|
|
|
2016-11-01 12:53:13 +00:00
|
|
|
- `state_dir` `(string: "[data_dir]/client")` - Specifies the directory to use
|
2020-02-06 23:45:31 +00:00
|
|
|
to store client state. By default, this is - the top-level
|
|
|
|
[data_dir](/docs/configuration#data_dir) suffixed with
|
|
|
|
"client", like `"/opt/nomad/client"`. This must be an absolute path.
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2017-02-01 00:30:50 +00:00
|
|
|
- `gc_interval` `(string: "1m")` - Specifies the interval at which Nomad
|
2017-08-23 22:32:22 +00:00
|
|
|
attempts to garbage collect terminal allocation directories.
|
2017-02-01 00:30:50 +00:00
|
|
|
|
|
|
|
- `gc_disk_usage_threshold` `(float: 80)` - Specifies the disk usage percent which
|
|
|
|
Nomad tries to maintain by garbage collecting terminal allocations.
|
|
|
|
|
|
|
|
- `gc_inode_usage_threshold` `(float: 70)` - Specifies the inode usage percent
|
|
|
|
which Nomad tries to maintain by garbage collecting terminal allocations.
|
|
|
|
|
2017-05-30 18:39:12 +00:00
|
|
|
- `gc_max_allocs` `(int: 50)` - Specifies the maximum number of allocations
|
2017-05-11 00:39:45 +00:00
|
|
|
which a client will track before triggering a garbage collection of terminal
|
2020-02-06 23:45:31 +00:00
|
|
|
allocations. This will _not_ limit the number of allocations a node can run at
|
2017-05-11 00:39:45 +00:00
|
|
|
a time, however after `gc_max_allocs` every new allocation will cause terminal
|
|
|
|
allocations to be GC'd.
|
|
|
|
|
2017-03-11 00:27:00 +00:00
|
|
|
- `gc_parallel_destroys` `(int: 2)` - Specifies the maximum number of
|
|
|
|
parallel destroys allowed by the garbage collector. This value should be
|
|
|
|
relatively low to avoid high resource usage during garbage collections.
|
|
|
|
|
2017-06-23 23:23:01 +00:00
|
|
|
- `no_host_uuid` `(bool: true)` - By default a random node UUID will be
|
|
|
|
generated, but setting this to `false` will use the system's UUID. Before
|
|
|
|
Nomad 0.6 the default was to use the system UUID.
|
2019-06-14 05:27:16 +00:00
|
|
|
|
|
|
|
- `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
|
|
|
|
|
2020-07-08 19:45:04 +00:00
|
|
|
- `cni_config_dir` `(string: "/opt/cni/config")` - Sets the directory where CNI
|
|
|
|
network configuration is located. The client will use this path when fingerprinting CNI networks.
|
2020-10-01 18:08:49 +00:00
|
|
|
|
2019-06-14 05:27:16 +00:00
|
|
|
- `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.
|
2017-02-27 21:42:37 +00:00
|
|
|
|
2019-08-02 19:20:14 +00:00
|
|
|
- `template` <code>([Template](#template-parameters): nil)</code> - Specifies
|
2019-11-12 22:32:21 +00:00
|
|
|
controls on the behavior of task
|
2020-02-06 23:45:31 +00:00
|
|
|
[`template`](/docs/job-specification/template) stanzas.
|
2019-08-02 19:20:14 +00:00
|
|
|
|
2019-08-26 12:03:28 +00:00
|
|
|
- `host_volume` <code>([host_volume](#host_volume-stanza): nil)</code> - Exposes
|
|
|
|
paths from the host as volumes that can be mounted into jobs.
|
|
|
|
|
2020-07-08 19:45:04 +00:00
|
|
|
- `host_network` <code>([host_network](#host_network-stanza): nil)</code> - Registers
|
|
|
|
additional host networks with the node that can be selected when port mapping.
|
|
|
|
|
2016-11-01 12:53:13 +00:00
|
|
|
### `chroot_env` Parameters
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
Drivers based on [isolated fork/exec](/docs/drivers/exec) implement file
|
2016-11-01 12:53:13 +00:00
|
|
|
system isolation using chroot on Linux. The `chroot_env` map allows the chroot
|
|
|
|
environment to be configured using source paths on the host operating system.
|
|
|
|
The mapping format is:
|
|
|
|
|
|
|
|
```text
|
|
|
|
source_path -> dest_path
|
|
|
|
```
|
|
|
|
|
|
|
|
The following example specifies a chroot which contains just enough to run the
|
|
|
|
`ls` utility:
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
chroot_env {
|
|
|
|
"/bin/ls" = "/bin/ls"
|
|
|
|
"/etc/ld.so.cache" = "/etc/ld.so.cache"
|
|
|
|
"/etc/ld.so.conf" = "/etc/ld.so.conf"
|
|
|
|
"/etc/ld.so.conf.d" = "/etc/ld.so.conf.d"
|
2019-11-25 18:47:18 +00:00
|
|
|
"/etc/passwd" = "/etc/passwd"
|
2016-11-01 12:53:13 +00:00
|
|
|
"/lib" = "/lib"
|
|
|
|
"/lib64" = "/lib64"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
When `chroot_env` is unspecified, the `exec` driver will use a default chroot
|
|
|
|
environment with the most commonly used parts of the operating system. Please
|
2020-02-06 23:45:31 +00:00
|
|
|
see the [Nomad `exec` driver documentation](/docs/drivers/exec#chroot) for
|
2016-11-01 12:53:13 +00:00
|
|
|
the full list.
|
|
|
|
|
|
|
|
### `options` Parameters
|
|
|
|
|
2019-01-29 20:53:05 +00:00
|
|
|
~> Note: client configuration options for drivers will soon be deprecated. See
|
|
|
|
the [plugin stanza][plugin-stanza] documentation for more information.
|
|
|
|
|
2016-11-02 23:26:10 +00:00
|
|
|
The following is not an exhaustive list of options for only the Nomad
|
2016-11-01 12:53:13 +00:00
|
|
|
client. To find the options supported by each individual Nomad driver, please
|
2020-02-06 23:45:31 +00:00
|
|
|
see the [drivers documentation](/docs/drivers).
|
2016-11-01 12:53:13 +00:00
|
|
|
|
|
|
|
- `"driver.whitelist"` `(string: "")` - Specifies a comma-separated list of
|
|
|
|
whitelisted drivers . If specified, drivers not in the whitelist will be
|
|
|
|
disabled. If the whitelist is empty, all drivers are fingerprinted and enabled
|
|
|
|
where applicable.
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
options = {
|
|
|
|
"driver.whitelist" = "docker,qemu"
|
2016-11-01 12:53:13 +00:00
|
|
|
}
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
```
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2016-11-08 17:30:07 +00:00
|
|
|
- `"driver.blacklist"` `(string: "")` - Specifies a comma-separated list of
|
|
|
|
blacklisted drivers . If specified, drivers in the blacklist will be
|
2016-11-09 10:50:16 +00:00
|
|
|
disabled.
|
2016-11-08 17:30:07 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
options = {
|
|
|
|
"driver.blacklist" = "docker,qemu"
|
2016-11-08 17:30:07 +00:00
|
|
|
}
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
```
|
2016-11-08 17:30:07 +00:00
|
|
|
|
2016-11-01 12:53:13 +00:00
|
|
|
- `"env.blacklist"` `(string: see below)` - Specifies a comma-separated list of
|
|
|
|
environment variable keys not to pass to these tasks. Nomad passes the host
|
|
|
|
environment variables to `exec`, `raw_exec` and `java` tasks. If specified,
|
|
|
|
the defaults are overridden. If a value is provided, **all** defaults are
|
|
|
|
overridden (they are not merged).
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
options = {
|
|
|
|
"env.blacklist" = "MY_CUSTOM_ENVVAR"
|
2016-11-01 12:53:13 +00:00
|
|
|
}
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
```
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
The default list is:
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```text
|
|
|
|
CONSUL_TOKEN
|
2020-02-13 15:44:47 +00:00
|
|
|
CONSUL_HTTP_TOKEN
|
2020-02-06 23:45:31 +00:00
|
|
|
VAULT_TOKEN
|
|
|
|
AWS_ACCESS_KEY_ID
|
|
|
|
AWS_SECRET_ACCESS_KEY
|
|
|
|
AWS_SESSION_TOKEN
|
|
|
|
GOOGLE_APPLICATION_CREDENTIALS
|
|
|
|
```
|
2016-11-01 12:53:13 +00:00
|
|
|
|
|
|
|
- `"user.blacklist"` `(string: see below)` - Specifies a comma-separated
|
|
|
|
blacklist of usernames for which a task is not allowed to run. This only
|
|
|
|
applies if the driver is included in `"user.checked_drivers"`. If a value is
|
|
|
|
provided, **all** defaults are overridden (they are not merged).
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
options = {
|
|
|
|
"user.blacklist" = "root,ubuntu"
|
2016-11-01 12:53:13 +00:00
|
|
|
}
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
```
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
The default list is:
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```text
|
|
|
|
root
|
|
|
|
Administrator
|
|
|
|
```
|
2016-11-01 12:53:13 +00:00
|
|
|
|
|
|
|
- `"user.checked_drivers"` `(string: see below)` - Specifies a comma-separated
|
|
|
|
list of drivers for which to enforce the `"user.blacklist"`. For drivers using
|
|
|
|
containers, this enforcement is usually unnecessary. If a value is provided,
|
|
|
|
**all** defaults are overridden (they are not merged).
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
options = {
|
|
|
|
"user.checked_drivers" = "exec,raw_exec"
|
2016-11-01 12:53:13 +00:00
|
|
|
}
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
```
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
The default list is:
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```text
|
|
|
|
exec
|
|
|
|
qemu
|
|
|
|
java
|
|
|
|
```
|
2016-11-01 12:53:13 +00:00
|
|
|
|
|
|
|
- `"fingerprint.whitelist"` `(string: "")` - Specifies a comma-separated list of
|
|
|
|
whitelisted fingerprinters. If specified, any fingerprinters not in the
|
|
|
|
whitelist will be disabled. If the whitelist is empty, all fingerprinters are
|
|
|
|
used.
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
options = {
|
|
|
|
"fingerprint.whitelist" = "network"
|
2016-11-01 12:53:13 +00:00
|
|
|
}
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
```
|
2016-11-01 12:53:13 +00:00
|
|
|
|
2016-11-08 17:29:44 +00:00
|
|
|
- `"fingerprint.blacklist"` `(string: "")` - Specifies a comma-separated list of
|
|
|
|
blacklisted fingerprinters. If specified, any fingerprinters in the blacklist
|
2016-11-09 10:50:16 +00:00
|
|
|
will be disabled.
|
2016-11-08 17:29:44 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
options = {
|
|
|
|
"fingerprint.blacklist" = "network"
|
2016-11-08 17:29:44 +00:00
|
|
|
}
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
```
|
2016-11-08 17:29:44 +00:00
|
|
|
|
2017-08-23 22:32:22 +00:00
|
|
|
- `"fingerprint.network.disallow_link_local"` `(string: "false")` - Specifies
|
|
|
|
whether the network fingerprinter should ignore link-local addresses in the
|
|
|
|
case that no globally routable address is found. The fingerprinter will always
|
|
|
|
prefer globally routable addresses.
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
options = {
|
|
|
|
"fingerprint.network.disallow_link_local" = "true"
|
2017-08-23 22:32:22 +00:00
|
|
|
}
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
```
|
2017-08-23 22:32:22 +00:00
|
|
|
|
2016-11-01 12:53:13 +00:00
|
|
|
### `reserved` Parameters
|
|
|
|
|
|
|
|
- `cpu` `(int: 0)` - Specifies the amount of CPU to reserve, in MHz.
|
|
|
|
|
|
|
|
- `memory` `(int: 0)` - Specifies the amount of memory to reserve, in MB.
|
|
|
|
|
|
|
|
- `disk` `(int: 0)` - Specifies the amount of disk to reserve, in MB.
|
|
|
|
|
|
|
|
- `reserved_ports` `(string: "")` - Specifies a comma-separated list of ports to
|
|
|
|
reserve on all fingerprinted network devices. Ranges can be specified by using
|
|
|
|
a hyphen separated the two inclusive ends.
|
|
|
|
|
2019-08-02 19:20:14 +00:00
|
|
|
### `template` Parameters
|
|
|
|
|
2020-10-01 18:08:49 +00:00
|
|
|
- `function_denylist` `([]string: ["plugin"])` - Specifies a list of template
|
2019-08-02 19:20:14 +00:00
|
|
|
rendering functions that should be disallowed in job specs. By default the
|
|
|
|
`plugin` function is disallowed as it allows running arbitrary commands on
|
|
|
|
the host as root (unless Nomad is configured to run as a non-root user).
|
|
|
|
|
|
|
|
- `disable_file_sandbox` `(bool: false)` - Allows templates access to arbitrary
|
|
|
|
files on the client host via the `file` function. By default templates can
|
|
|
|
access files only within the task directory.
|
|
|
|
|
2019-08-26 12:03:28 +00:00
|
|
|
### `host_volume` Stanza
|
|
|
|
|
|
|
|
The `host_volume` stanza is used to make volumes available to jobs.
|
|
|
|
|
2019-11-12 22:32:21 +00:00
|
|
|
The key of the stanza corresponds to the name of the volume for use in the
|
2020-02-06 23:45:31 +00:00
|
|
|
`source` parameter of a `"host"` type [`volume`](/docs/job-specification/volume)
|
2019-08-26 12:03:28 +00:00
|
|
|
and ACLs.
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
host_volume "ca-certificates" {
|
|
|
|
path = "/etc/ssl/certs"
|
|
|
|
read_only = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
#### `host_volume` Parameters
|
|
|
|
|
|
|
|
- `path` `(string: "", required)` - Specifies the path on the host that should
|
|
|
|
be used as the source when this volume is mounted into a task. The path must
|
|
|
|
exist on client startup.
|
|
|
|
|
|
|
|
- `read_only` `(bool: false)` - Specifies whether the volume should only ever be
|
|
|
|
allowed to be mounted `read_only`, or if it should be writeable.
|
2019-08-02 19:20:14 +00:00
|
|
|
|
2020-07-08 19:45:04 +00:00
|
|
|
### `host_network` Stanza
|
|
|
|
|
|
|
|
The `host_network` stanza is used to register additional host networks with
|
|
|
|
the node that can be used when port mapping.
|
|
|
|
|
|
|
|
The key of the stanza corresponds to the name of the network used in the
|
2020-07-23 13:18:59 +00:00
|
|
|
[`host_network`](/docs/job-specification/network#host-networks).
|
2020-07-08 19:45:04 +00:00
|
|
|
|
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
host_network "public" {
|
|
|
|
cidr = "203.0.113.0/24"
|
|
|
|
reserved_ports = "22,80"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
#### `host_network` Parameters
|
|
|
|
|
|
|
|
- `cidr` `(string: "")` - Specifies a cidr block of addresses to match against.
|
|
|
|
If an address is found on the node that is contained by this cidr block, the
|
|
|
|
host network will be registered with it.
|
|
|
|
|
|
|
|
- `interface` `(string: "")` - Filters searching of addresses to a specific interface.
|
|
|
|
|
|
|
|
- `reserved_ports` `(string: "")` - Specifies a comma-separated list of ports to
|
|
|
|
reserve on all fingerprinted network devices. Ranges can be specified by using
|
|
|
|
a hyphen separating the two inclusive ends.
|
|
|
|
|
2016-11-01 12:53:13 +00:00
|
|
|
## `client` Examples
|
|
|
|
|
|
|
|
### Common Setup
|
|
|
|
|
|
|
|
This example shows the most basic configuration for a Nomad client joined to a
|
|
|
|
cluster.
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
enabled = true
|
2018-05-25 20:04:32 +00:00
|
|
|
server_join {
|
|
|
|
retry_join = [ "1.1.1.1", "2.2.2.2" ]
|
|
|
|
retry_max = 3
|
|
|
|
retry_interval = "15s"
|
|
|
|
}
|
2016-11-01 12:53:13 +00:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
### Reserved Resources
|
|
|
|
|
|
|
|
This example shows a sample configuration for reserving resources to the client.
|
|
|
|
This is useful if you want to allocate only a portion of the client's resources
|
|
|
|
to jobs.
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
enabled = true
|
|
|
|
|
|
|
|
reserved {
|
|
|
|
cpu = 500
|
|
|
|
memory = 512
|
|
|
|
disk = 1024
|
|
|
|
reserved_ports = "22,80,8500-8600"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
### Custom Metadata, Network Speed, and Node Class
|
|
|
|
|
|
|
|
This example shows a client configuration which customizes the metadata, network
|
2019-11-12 22:32:21 +00:00
|
|
|
speed, and node class. The scheduler can use this information while processing
|
|
|
|
[constraints][metadata_constraint]. The metadata is completely user configurable;
|
|
|
|
the values below are for illustrative purposes only.
|
2016-11-01 12:53:13 +00:00
|
|
|
|
|
|
|
```hcl
|
|
|
|
client {
|
|
|
|
enabled = true
|
|
|
|
network_speed = 500
|
|
|
|
node_class = "prod"
|
|
|
|
|
|
|
|
meta {
|
|
|
|
"owner" = "ops"
|
2019-11-12 22:32:21 +00:00
|
|
|
"cached_binaries" = "redis,apache,nginx,jq,cypress,nodejs"
|
|
|
|
"rack" = "rack-12-1"
|
2016-11-01 12:53:13 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
2019-11-12 22:32:21 +00:00
|
|
|
|
2019-01-29 20:53:05 +00:00
|
|
|
[plugin-options]: #plugin-options
|
2020-02-06 23:45:31 +00:00
|
|
|
[plugin-stanza]: /docs/configuration/plugin
|
|
|
|
[server-join]: /docs/configuration/server_join 'Server Join'
|
|
|
|
[metadata_constraint]: /docs/job-specification/constraint#user-specified-metadata 'Nomad User-Specified Metadata Constraint Example'
|