Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of template: use pointer values for gid and uid into release/1.3.x #14220

Merged

Commits on Aug 22, 2022

  1. 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.
    lgfa29 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d175441 View commit details
    Browse the repository at this point in the history