-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
node pools: implement CLI for node pool jobs
command
#17432
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving some early review because I'm nosy 😅
3fcab28
to
541de17
Compare
541de17
to
d44a76a
Compare
d44a76a
to
4b70e42
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! The general -namespace
website docs needs to be updated since it's not just job and alloc subcommands anymore 😅
https://github.com/hashicorp/nomad/blob/main/website/content/partials/general_options.mdx?plain=1#L10
The CLI help is already fixed:
https://github.com/hashicorp/nomad/blob/main/command/meta.go#L363
WIP this PR current includes everything in #17431. I'll rebase once that's been merged.