Skip to content

Commit

Permalink
docs: fix links in 1.5.0 upgrade guide (#16106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Feb 9, 2023
1 parent 87e7ea3 commit 88cd93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/upgrade/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 88cd93b

Please sign in to comment.