Skip to content

Commit 3400d77

Browse files
authored
Merge pull request #8458 from hashicorp/docs-8457
docs: document enterprise upgrade bug #8457
2 parents 3b52b39 + 6109cf3 commit 3400d77

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

website/pages/docs/upgrade/upgrade-specific.mdx

+19
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ standard upgrade flow.
1717

1818
## Nomad 0.12.0
1919

20+
### Enterprise Licensing
21+
22+
Enterprise binaries for Nomad are now publicly available via
23+
[releases.hashicorp.com](https://releases.hashicorp.com/nomad/). By default all
24+
enterprise features are enabled for 6 hours. During that time enterprise users
25+
should apply their license with the [`nomad license put
26+
...`](https://www.nomadproject.io/docs/commands/license/put) command.
27+
28+
Once the 6 hour demonstration period expires, Nomad will shutdown. If restarted
29+
Nomad will shutdown in a very short amount of time unless a valid license is
30+
applied.
31+
32+
~> **Warning:** Due to a [bug][gh-8457] in Nomad v0.12.0, existing clusters
33+
that are upgraded will **not** have 6 hours to apply a license. The minimal
34+
grace period should be sufficient to apply a valid license, but enterprise
35+
users are encouraged to delay upgrading until Nomad v0.12.1 is released and
36+
fixes the issue.
37+
2038
### Docker access host filesystem
2139

2240
Nomad 0.12.0 disables Docker tasks access to the host filesystem, by default.
@@ -567,6 +585,7 @@ deleted and then Nomad 0.3.0 can be launched.
567585
[drain-cli]: /docs/commands/node/drain
568586
[dst]: /docs/job-specification/periodic#daylight-saving-time
569587
[gh-6787]: https://github.com/hashicorp/nomad/issues/6787
588+
[gh-8457]: https://github.com/hashicorp/nomad/issues/8457
570589
[hcl2]: https://github.com/hashicorp/hcl2
571590
[limits]: /docs/configuration#limits
572591
[lxc]: /docs/drivers/external/lxc

0 commit comments

Comments
 (0)