open-nomad/website/content
Luiz Aoqui dbffdca92e
template: use pointer values for gid and uid (#14203)
When a Nomad agent starts and loads jobs that already existed in the
cluster, the default template uid and gid was being set to 0, since this
is the zero value for int. This caused these jobs to fail in
environments where it was not possible to use 0, such as in Windows
clients.

In order to differentiate between an explicit 0 and a template where
these properties were not set we need to use a pointer.
2022-08-22 16:25:49 -04:00
..
api-docs [ui] general keyboard navigation: 1.3.4 release (#14138) 2022-08-17 12:59:33 -04:00
docs template: use pointer values for gid and uid (#14203) 2022-08-22 16:25:49 -04:00
intro feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
partials Sweep of docs for repeated words; minor edits (#14032) 2022-08-05 16:45:30 -04:00
plugins Sweep of docs for repeated words; minor edits (#14032) 2022-08-05 16:45:30 -04:00
tools adds link for Nomad-Pack GitHub action (#14118) 2022-08-16 08:34:26 +02:00
security.mdx Upgrade global styles (#10936) 2021-08-20 11:53:12 -04:00