-
Notifications
You must be signed in to change notification settings - Fork 2k
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
nomad init creates job that doesn't match anything in the docs (very bad UX) #8746
Comments
Hi @apollo13! It looks like we hadn't managed to update that yet. We've marked this as a bug to fix but if you're up to it, we'd welcome a PR to the asset files where that job is defined! |
@nickethier Fails with:
|
fixed in #8911 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.12.3 (2db8abd)
Issue
./nomad init -short
generates a job file that does not match stanzas from the documentationReproduction steps
Now
job -> group -> task -> resources
(https://www.nomadproject.io/docs/job-specification/resources) does not mentionnetwork
at all andjob -> group -> network
(https://www.nomadproject.io/docs/job-specification/network) doesn't mention that it is allowed inresources
either. I understand that task level networking is deprecated with the move to groups and consul connect, but either the example should use documented syntax.The text was updated successfully, but these errors were encountered: