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

docker: move host path for hosts file mount to alloc dir #10823

Merged
merged 3 commits into from
Jun 30, 2021
Merged

Commits on Jun 28, 2021

  1. docker: move host path for hosts file mount to alloc dir

    In Nomad 1.1.1 we generate a hosts file based on the Nomad-owned network
    namespace, rather than using the default hosts file from the pause
    container. This hosts file should be shared between tasks in the same
    allocation so that tasks can update the file and have the results propagated
    between tasks.
    tgross committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    7edc752 View commit details
    Browse the repository at this point in the history
  2. add upgrade guide note

    tgross committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a0ef8dc View commit details
    Browse the repository at this point in the history
  3. use new changelog stuff

    tgross committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    63cf342 View commit details
    Browse the repository at this point in the history