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

feat: display node id on start up for servers #17084

Merged
merged 2 commits into from
May 18, 2023

Conversation

attachmentgenie
Copy link
Contributor

The outage recovery document mentions that the node id can be found at start up. However this isnt't true at current time, this PR fixes that.

Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @attachmentgenie!

$ nomad agent -config=/etc/nomad.d/server.hcl -log-level=info
==> WARNING: mTLS is not configured - Nomad is not secure without mTLS!
==> WARNING: Bootstrap mode enabled! Potentially unsafe operation.
==> Loaded configuration from /etc/nomad.d/server.hcl
==> Starting Nomad agent...
==> Nomad agent configuration:

       Advertise Addrs: HTTP: 192.168.1.46:4646; RPC: 192.168.1.46:4647; Serf: 192.168.1.46:4648
            Bind Addrs: HTTP: [0.0.0.0:4646]; RPC: 0.0.0.0:4647; Serf: 0.0.0.0:4648
                Client: false
             Log Level: debug
               Node Id: 22ec19f8-b2bb-385e-5515-063c80699db4
                Region: global (DC: dc1)
                Server: true
               Version: 1.5.4-dev

==> Nomad agent started! Log data will stream in below:
...

@tgross tgross added this to the 1.6.0 milestone May 18, 2023
@tgross tgross merged commit 89a4930 into hashicorp:main May 18, 2023
@attachmentgenie attachmentgenie deleted the feat/display_node_id branch June 28, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants