Florian Apolloner
ef88795af3
Added a -hcl2-strict
flag to allow for lenient hcl variable parsing. ( #11284 )
...
Co-authored-by: James Rasell <jrasell@hashicorp.com>
2021-11-04 16:33:09 +01:00
James Rasell
46564ac579
docs: update acl bootstrap command to show json and template opts.
2021-10-29 09:01:58 +02:00
Dave May
509c74ce19
debug: update default node-id and docs ( #11398 )
...
* debug: default node-id to all
* debug: align cli help and website documentation
2021-10-27 13:43:56 -04:00
Luiz Aoqui
ecc7a288ec
docs: add note and example of storing nomad job plan
index to disk ( #11377 )
2021-10-26 20:25:22 -04:00
Luiz Aoqui
3c22fc79a5
add dispatch idempotency token support in the CLI ( #10930 )
2021-10-22 12:39:05 -04:00
Luiz Aoqui
6853bf9632
cli: allow setting namespace and region in the nomad ui
command ( #11364 )
2021-10-21 16:24:39 -04:00
Dave May
76b05f3cd2
cli: Add nomad job allocs command ( #11242 )
2021-10-12 16:30:36 -04:00
Yan
6ff0b6debc
add -show-url
option for ui
command ( #11213 )
2021-10-05 20:08:42 -04:00
Andy Assareh
40790017fd
typo - capability ( #11152 )
2021-09-08 14:34:02 -07:00
Grant Griffiths
fecbbaee22
CSI ListSnapshots secrets implementation
...
Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com>
2021-07-28 11:30:29 -07:00
Kent 'picat' Gruber
9f45d3e23e
Update deployment status doc example output
2021-07-16 09:58:58 -04:00
Kent 'picat' Gruber
15342d0f6a
Handle successful/canceled/blocked deployments in CLI output
...
Otherwise the spinner would just end, which felt a bit awkward.
I wanted to see a "✓" to know that everything was ok, and a "!" (maybe something else?) if something went wrong.
2021-07-09 19:27:55 -04:00
Isabel Suchanek
13db600665
cli: add -task flag to alloc signal, restart ( #10859 )
...
Alloc exec only works when task is passed as a flag and not an arg.
Alloc logs currently accepts either, but alloc signal and restart only
accept task as an arg. This adds -task as a flag to the other alloc
commands to make the cli UX consistent. If task is passed as a flag and
an arg, it ignores the arg.
2021-07-07 09:58:16 -07:00
Isabel Suchanek
e3cde4f4b3
cli: check deployment exists before monitoring ( #10757 )
...
System and batch jobs don't create deployments, which means nomad tries
to monitor a non-existent deployment when it runs a job and outputs an
error message. This adds a check to make sure a deployment exists before
monitoring. Also fixes some formatting.
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2021-06-14 16:42:38 -07:00
Isabel Suchanek
c6c52bc53e
docs: add deployment monitor to docs, changelog
...
Updates the deployment status and job run docs
2021-06-10 10:51:33 -07:00
Tim Gross
bc6278ca08
docs: fix broken links in nomad csi snapshot
commands
2021-06-03 11:25:30 -04:00
Tim Gross
41d364ad81
docs: improve documentation for CSI create/register mount_options
...
Adds clarification to `nomad volume create` commands around how the `volume`
block in the jobspec overrides this behavior. Adds missing section to `nomad
volume register` and to example volume spec for both commands.
2021-05-24 11:13:58 -04:00
Florian Apolloner
337cb4156d
Removed unsupported options from volume create
...
Volume creation doesn't support the context (this would only be used for register)
2021-05-24 08:29:42 -04:00
Grant Griffiths
e8712d974a
Add new volume commands to overview page
2021-05-21 07:50:57 -04:00
Daniel Durante
dc52c8c0e9
docs: fixes typo within volume registration page
2021-05-19 08:36:38 -04:00
Tim Gross
d161d79b67
docs: fix fields in 'volume create' example
...
The `capacity` block was removed during implementation in lieu of the
`capacity_max` and `capacity_min` fields, but it wasn't removed from the
example in the documentation.
2021-05-13 08:48:49 -04:00
Chris Baker
263ddd567c
Node Drain Metadata ( #10250 )
2021-05-07 13:58:40 -04:00
Mike Nomitch
fa7f03f6f5
website: adding trial links
2021-05-07 08:17:17 -04:00
Buck Doyle
588ab6fb30
docs: Fix missing link to operator debug ( #10523 )
2021-05-06 11:29:41 -05:00
Drew Bailey
a86477021f
remove license put command references ( #10501 )
2021-05-04 08:39:56 -04:00
Charlie Voiselle
19b35833de
Adding environment variables to Command overview page
2021-05-03 08:12:45 -04:00
Tim Gross
9e1d4981f0
docs: Enterprise licensing updates
2021-04-28 14:46:06 -04:00
Tim Gross
0892d34ff9
CSI: capability block is required for volume registration
2021-04-08 13:02:24 -04:00
Luiz Aoqui
b32bf2cd85
docs: add missing nomad job run
CLI flags ( #10277 )
2021-04-07 12:07:33 -04:00
Tim Gross
70f5363a89
docs: update CSI create/register fields
...
Add new `access_mode`/`attachment_mode` fields. Make it more clear which set
of fields belong to create vs register. Update the example spec that's
generated by `volume init`.
2021-04-07 11:24:09 -04:00
Drew Bailey
b867784e9c
allow setting stale flag from cli to retrieve individual server license ( #10300 )
2021-04-05 15:35:14 -04:00
Seth Hoenig
9eacb1c27b
docs: apply suggestions from code review
...
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2021-04-05 10:03:19 -06:00
Seth Hoenig
f17ba33f61
consul: plubming for specifying consul namespace in job/group
...
This PR adds the common OSS changes for adding support for Consul Namespaces,
which is going to be a Nomad Enterprise feature. There is no new functionality
provided by this changeset and hopefully no new bugs.
2021-04-05 10:03:19 -06:00
Tim Gross
466b620fa4
CSI: volume snapshot
2021-04-01 11:16:52 -04:00
Tim Gross
bdb5b87a48
docs: CLI commands for volume create/delete
2021-03-31 16:37:09 -04:00
Bryce Kalow
a6ca40fa4e
feat(website): migrates to new nav data format ( #10264 )
2021-03-31 08:43:17 -05:00
Drew Bailey
74836b95b2
configuration and oss components for licensing ( #10216 )
...
* configuration and oss components for licensing
* vendor sync
2021-03-23 09:08:14 -04:00
Tim Gross
8cc938c9d4
csi: volume init command
...
Create a convenience command for generating example CSI volume specifications,
similar to the existing `nomad job init` or `nomad quota init` commands.
2021-03-18 14:24:40 -04:00
Dave May
a00b967efa
docs: add missing dashes to operator debug Usage ( #10192 )
2021-03-17 15:13:04 -04:00
Tim Gross
bd4d888375
CLI 'nomad ui -authenticate' flag for one-time token exchange
...
Includes swapping the previously documented `-login` flag for `-authenticate`
to align better with Waypoint.
2021-03-10 08:17:56 -05:00
Tim Gross
0676d74e5a
docs: 'nomad ui -login' command
2021-03-10 08:17:56 -05:00
Shantanu Gadgil
3fa71d2c66
The encryption key uses 32 bytes now
...
The encryption key uses 32 bytes now, not 16 bytes
2021-02-11 08:34:39 -05:00
Dave May
35d43c19ab
nomad agent-info: Add json/gotemplate formatting ( #9788 )
...
* nomad agent-info: Add json/gotemplate formatting
* Add CHANGELOG entry
* update docs
2021-01-13 09:42:46 -05:00
Tim Gross
8848819c50
docs: remove remaining references to network_speed config
2021-01-13 08:52:25 -05:00
Jeff Escalante
eaaafd9dd4
implement mdx remote
2021-01-05 19:02:39 -05:00