mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
docs: fix links in 1.5.0 upgrade guide (#16106)
This commit is contained in:
@@ -65,13 +65,13 @@ setting [`disable_filesystem_isolation`][artifact_fs_isolation].
|
||||
#### Datacenter Wildcards
|
||||
|
||||
In Nomad 1.5.0, the
|
||||
[`datacenters`][/nomad/docs/job-specification/job#datacenters] field for a job
|
||||
[`datacenters`](/nomad/docs/job-specification/job#datacenters) field for a job
|
||||
accepts wildcards for multi-character matching. For example, `datacenters =
|
||||
["dc*"]` will match all datacenters that start with `"dc"`. The default value
|
||||
for `datacenters` is now `["*"]`, so the field can be omitted.
|
||||
|
||||
The `*` character is no longer a legal character in the
|
||||
[`datacenter`][/nomad/docs/configuration#datacenter] field for an agent
|
||||
[`datacenter`](/nomad/docs/configuration#datacenter) field for an agent
|
||||
configuration. Before upgrading to Nomad 1.5.0, you should first ensure that
|
||||
you've updated any jobs that currently have a `*` in their datacenter name and
|
||||
then ensure that no agents have this character in their `datacenter` field name.
|
||||
|
||||
Reference in New Issue
Block a user