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

cli: nomad agent does not show configured host_network #11432

Commits on Nov 2, 2021

  1. cli: nomad agent does not show configured host_network

    This commit should address hashicorp#11223.
    Specifically it enhances the CLI in order to return two flavours
    (default,verbose) of the `node status` command.
    
    Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
    deblasis committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c85fff0 View commit details
    Browse the repository at this point in the history
  2. changelog

    Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
    deblasis committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ccd61b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. fix: added missing ReservedPorts

    Also:
    -cli: fixed typo in struct comment
    -cli: updated tests to cover the <none> case
    -website: updated API docs
    Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
    deblasis committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    87b1b7b View commit details
    Browse the repository at this point in the history