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
75878f978e
HTTP API support for 'nomad ui -login'
...
Endpoints for requesting and exchanging one-time tokens via the HTTP
API. Includes documentation updates.
2021-03-10 08:17:56 -05:00
Tim Gross
0676d74e5a
docs: 'nomad ui -login' command
2021-03-10 08:17:56 -05:00
Tim Gross
ee1be60c85
docs: update website links from master to main
2021-03-09 14:42:24 -05:00
James Rasell
b7f60ba122
docs: add upgrade guide for change to metrics API.
2021-03-09 15:40:08 +01:00
Kris Hicks
3a35521cf5
docs: Update sample JSON in Create Job API ( #10108 )
...
This is maybe a more realistic job that someone would actually submit
via the API; it more closely aligns with the example job from `nomad
job init`.
It's also been updated to use group network and service definitions.
2021-03-08 10:06:28 -08:00
Tim Gross
4c4ea23e6f
docs/artifact: clarify git:: prefix usage for private repos
2021-03-08 10:55:32 -05:00
Tim Gross
648977e233
docs: clarify mount source path in filesystem docs
2021-03-08 10:20:30 -05:00
Tim Gross
38a017e06e
docs: required capabilities on Linux
2021-03-08 10:20:18 -05:00
Adrian Todorov
47e1cb11df
driver/docker: add extra labels ( job name, task and task group name)
2021-03-08 08:59:52 -05:00
Luiz Aoqui
899237eeca
Merge pull request #10119 from hashicorp/docs-autoscaler-drain-timeout
...
docs: hightlight different default node drain deadline when using the Autoscaler
2021-03-05 14:27:56 -05:00
Luiz Aoqui
352725fe8a
docs: hightlight different default node drain deadline when using the Autoscaler
2021-03-04 16:51:07 -05:00
Michael Schurter
281abd1ac0
Merge pull request #10118 from hashicorp/docs-secmodel
...
docs: remove stray mention that namespaces are ent
2021-03-04 11:50:22 -08:00
Michael Schurter
c660ea5dd1
docs: remove stray mention that namespaces are ent
...
namespaces are oss
2021-03-04 10:57:10 -08:00
Noel Quiles
e49b15d570
[Website] Updates to homepage, highlighting features ( #10019 )
...
* Impl: base structure
* Impl: ComparisonItem/component bg color
* Style comparison items
* CSS: Typography/spacing pass
* Theme detailCta
* Callouts: content pass
* Impl: Logo grid section
* Add proper logos to logoGrid
* Hack: override button colors w/Nomad
* Link enhancements
* Clean up comments
* Revert link wrapping changes
* Remove paragraph after Why Nomad
* Add available links
* GitHub logo to GitLab
* Move callouts to just under Why Nomad? for A ver.
* Test comment to see if Vercel picks up this commit
2021-03-03 17:42:34 -05:00
Drew Bailey
c06ed22be1
remove v1-v2 varlink references ( #10110 )
...
* remove v1-v2 varlink references
* Update website/content/docs/drivers/podman.mdx
Co-authored-by: Tim Gross <tgross@hashicorp.com>
* fix code snippet
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2021-03-03 13:59:32 -05:00
Andrea Simonini
1fe9561ec8
Fixed typos
2021-03-01 08:16:00 -05:00
Huan Wang
f133f4c7fe
update policy.mdx -- fixing strategy name
2021-02-26 21:32:00 -07:00
Luiz Aoqui
f7abdf2ba1
Merge pull request #9908 from hashicorp/docs-autoscaler-node-drain-ignore-system-jobs
...
document Autoscaler `node_drain_ignore_system_jobs` configuration
2021-02-26 18:41:56 -05:00
Luiz Aoqui
fd20ebbd11
Merge pull request #10062 from hashicorp/docs-autoscaler-sighup
...
docs: expand Autoscaler SIGHUP documentation
2021-02-26 18:31:24 -05:00
Luiz Aoqui
1bf3d2feb4
docs: add node_drain_ignore_system_jobs to Autoscaler GCP plugin
2021-02-26 18:30:45 -05:00
Luiz Aoqui
38c23e9577
docs: document Autoscaler node_drain_ignore_system_jobs configuration
2021-02-26 18:29:41 -05:00
James Rasell
c3058b8b08
docs: add Nomad Autoscaler GPC MIG target plugin detail. ( #10090 )
...
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
2021-02-26 17:21:09 +01:00
Andre Ilhicas
f45fc6c899
consul/connect: enable setting local_bind_address in upstream
2021-02-26 11:37:31 +00:00
Drew Bailey
86d9e1ff90
Merge pull request #9955 from hashicorp/on-update-services
...
Service and Check on_update configuration option (readiness checks)
2021-02-24 10:11:05 -05:00
Tim Gross
800c46de96
post-1.0.4 release prep
2021-02-24 09:56:53 -05:00
Luiz Aoqui
15b9a57c0d
docs: update link to the Nomad Autoscaler demos
2021-02-23 15:24:37 -05:00
Tim Gross
b764f52ab9
deploymentwatcher: reset progress deadline on promotion ( #10042 )
...
In a deployment with two groups (ex. A and B), if group A's canary becomes
healthy before group B's, the deadline for the overall deployment will be set
to that of group A. When the deployment is promoted, if group A is done it
will not contribute to the next deadline cutoff. Group B's old deadline will
be used instead, which will be in the past and immediately trigger a
deployment progress failure. Reset the progress deadline when the job is
promotion to avoid this bug, and to better conform with implicit user
expectations around how the progress deadline should interact with promotions.
2021-02-22 16:44:03 -05:00
Luiz Aoqui
85c67ff666
Update website/content/docs/autoscaling/agent.mdx
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2021-02-22 16:37:03 -05:00
Chris Baker
9d93293ab4
Update website/content/docs/autoscaling/agent.mdx
2021-02-22 15:20:58 -06:00
Luiz Aoqui
84ad11df93
docs: expand Autoscaler SIGHUP documentation
2021-02-22 15:38:26 -05:00
Cathy Chang
e117fc4f2b
docs: clarify log_rotate_max_files
2021-02-19 09:37:55 -05:00
Tim Gross
a90586f3e5
docs: clarify type constraints for collections in locals
...
HCL2 locals don't have type constraints, and the map syntax is interpreted as
an object. So users may need to explictly convert to map for some functions.
The `convert` function documentation was missing the required type constructor
parameter for collections.
2021-02-17 14:45:05 -05:00
Tim Gross
83088ec781
docs: clarify that block labels can't be interpolated in HCL2
...
Block labels are not expressions so they can't be interpolated without hacks
like `dynamic` blocks. Clarify this so that we don't confuse users who
shouldn't need to dig into the subtle nuances between expressions and blocks.
2021-02-17 11:53:06 -05:00
Tim Gross
25d5fe61d5
docs: remove artifact destination interpolation warning
2021-02-17 09:52:27 -05:00
Charlie Voiselle
d9c31741dc
Merge pull request #10020 from hashicorp/docs-update-install-brew
...
Updated Homebrew install instructions
2021-02-12 11:52:59 -05:00
Seth Hoenig
eb8812dc3d
docs: update ingress gateway runnable demo
...
Using the environment variable stopped working here a while back,
should be using the port label. Also upgrade to uuid-api:v5 which
supports linux/arm64.
2021-02-12 10:10:16 -06:00
Charlie Voiselle
7c6ffb9dcd
Updated Homebrew install instructions
2021-02-11 18:42:18 -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
Mark Lewis
56f1e7a324
Fix typo ( #10008 )
2021-02-10 14:43:11 -06:00
Karan Sharma
26199289fc
fix: docs/job-specification change mounts to mount
...
Since [mounts](https://www.nomadproject.io/docs/drivers/docker#mounts ) is deprecated,
switch to newer `mount` in `task.config` for `docker` driver.
2021-02-10 08:24:58 -05:00
Seth Hoenig
7d6e81e9e4
Merge pull request #9990 from hashicorp/f-nsiso-task
...
drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior
2021-02-09 13:29:14 -06:00
Seth Hoenig
45e0e70a50
consul/connect: enable custom sidecars to use expose checks
...
This PR enables jobs configured with a custom sidecar_task to make
use of the `service.expose` feature for creating checks on services
in the service mesh. Before we would check that sidecar_task had not
been set (indicating that something other than envoy may be in use,
which would not support envoy's expose feature). However Consul has
not added support for anything other than envoy and probably never
will, so having the restriction in place seems like an unnecessary
hindrance. If Consul ever does support something other than Envoy,
they will likely find a way to provide the expose feature anyway.
Fixes #9854
2021-02-09 10:49:37 -06:00
Bryce Kalow
a412513c65
website: update next and nextjs-scripts ( #9957 )
2021-02-08 16:53:32 -06:00
Seth Hoenig
8ee9835923
drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior
...
This PR adds pid_mode and ipc_mode options to the exec and java task
driver config options. By default these will defer to the default_pid_mode
and default_ipc_mode agent plugin options created in #9969 . Setting
these values to "host" mode disables isolation for the task. Doing so
is not recommended, but may be necessary to support legacy job configurations.
Closes #9970
2021-02-08 14:26:35 -06:00
Tim Gross
b04a040aed
document that Nomad ENT cannot be downgraded to Nomad OSS
2021-02-08 14:09:45 -05:00
Drew Bailey
b5585882e4
address pr comments
2021-02-08 13:43:05 -05:00
Seth Hoenig
f5cc4c5d44
docs: clarify PID
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2021-02-08 10:52:57 -06:00
Seth Hoenig
419044ed08
docs: shorten IPC
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2021-02-08 10:52:42 -06:00
Seth Hoenig
a911d4ca17
docs: clarify PID
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2021-02-08 10:52:31 -06:00
Seth Hoenig
6c101e601d
docs: shorten IPC
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2021-02-08 10:52:19 -06:00
Seth Hoenig
0134d2eab9
docs: capitalize posix
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2021-02-08 10:52:08 -06:00
Seth Hoenig
cb81d38f2e
docs: capitalize posix
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2021-02-08 10:51:55 -06:00
Drew Bailey
8507d54e3b
e2e test for on_update service checks
...
check_restart not compatible with on_update=ignore
reword caveat
2021-02-08 08:32:40 -05:00
Drew Bailey
82f971f289
OnUpdate configuration for services and checks
...
Allow for readiness type checks by configuring nomad to ignore warnings
or errors reported by a service check. This allows the deployment to
progress and while Consul handles introducing the sercive into a
resource pool once the check passes.
2021-02-08 08:32:40 -05:00
Seth Hoenig
4bc6e5a215
drivers/exec+java: Add configuration to restore previous PID/IPC namespace behavior.
...
This PR adds default_pid_mode and default_ipc_mode options to the exec and java
task drivers. By default these will default to "private" mode, enabling PID and
IPC isolation for tasks. Setting them to "host" mode disables isolation. Doing
so is not recommended, but may be necessary to support legacy job configurations.
Closes #9969
2021-02-05 15:52:11 -06:00
Mike Wickett
1fda6a4126
website: update community page to be consistent with other projects ( #9863 )
2021-02-05 13:54:59 -05:00
Alex Chan
768c02eaff
Correct the spelling of heirarchical/hierarchical ( #9980 )
2021-02-05 09:23:30 -06:00
Alex Iribarren
ee15c8e899
Replace ‘ and ' with '
2021-02-05 08:36:38 -05:00
Xopherus
76799c9f07
Fix aws secret key name in autoscaler aws target
...
- aws secret key is named incorrectly in the target docs.
It needs to match what is in the nomad-autoscaler repo
(see link below), otherwise the autoscaler will default to AWS sdk
behavior, which could end up using an IAM instance profile
or other environment variables instead of what is passed into the
autoscaler config file.
Ref: e60fb5268d/plugins/builtin/target/aws-asg/plugin/plugin.go (L27)
2021-02-03 16:56:12 -05:00
Tim Gross
9701d292ce
docs: remove mbits examples from documentation
2021-02-02 10:10:44 -05:00
Chris Baker
879a4c24b4
Merge pull request #9929 from hashicorp/changli0617-patch-1
...
Update alert-banner.js
2021-01-29 13:58:15 -06:00
Chris Baker
02e4016133
update latest version on website
2021-01-29 19:55:13 +00:00
Chris Baker
00d1924cc2
Update website/data/alert-banner.js
2021-01-29 13:53:17 -06:00
changli0617
fe77f988f4
Update alert-banner.js
2021-01-29 11:47:24 -08:00
Chris Baker
682dd5045e
vesion-specific upgrade guide for 1.0.3 and 0.12.10
2021-01-29 19:41:48 +00:00
Tim Gross
cf052cfee5
docs: add metrics from raft leadership transitions
2021-01-27 11:50:11 -05:00
James Rasell
9c0c75b226
docs: clarify where variables can be placed with HCLv2.
2021-01-26 12:29:58 +01:00
Seth Hoenig
8b05efcf88
consul/connect: Add support for Connect terminating gateways
...
This PR implements Nomad built-in support for running Consul Connect
terminating gateways. Such a gateway can be used by services running
inside the service mesh to access "legacy" services running outside
the service mesh while still making use of Consul's service identity
based networking and ACL policies.
https://www.consul.io/docs/connect/gateways/terminating-gateway
These gateways are declared as part of a task group level service
definition within the connect stanza.
service {
connect {
gateway {
proxy {
// envoy proxy configuration
}
terminating {
// terminating-gateway configuration entry
}
}
}
}
Currently Envoy is the only supported gateway implementation in
Consul. The gateay task can be customized by configuring the
connect.sidecar_task block.
When the gateway.terminating field is set, Nomad will write/update
the Configuration Entry into Consul on job submission. Because CEs
are global in scope and there may be more than one Nomad cluster
communicating with Consul, there is an assumption that any terminating
gateway defined in Nomad for a particular service will be the same
among Nomad clusters.
Gateways require Consul 1.8.0+, checked by a node constraint.
Closes #9445
2021-01-25 10:36:04 -06:00
Steven Collins
e9f91c1d56
Adds community USB plugin to documentation site
2021-01-25 10:15:36 -05:00
zzhai
899334f2f0
Update syntax.mdx
...
"one label"
should be the singular form.
2021-01-25 08:42:59 -05:00
Jeff Escalante
5859ecd806
update dependencies, removed unused dependency ( #9878 )
2021-01-22 21:24:26 -05:00
Tim Gross
555d031283
docs: check_restart is now supported for group services
2021-01-22 10:55:40 -05:00
Mahmood Ali
f03e67712a
docs: remove timestamp hcl2 function ( #9867 )
...
timestamp isn't actually implemented
2021-01-21 10:29:50 -05:00
Marcus Naughton
8fe43cf063
Update server_join.mdx
...
Fixed Markdown for GCP example.
2021-01-19 16:47:12 -05:00
Drew Bailey
f42aa2a230
remove invalid duplicate ( #9850 )
2021-01-19 11:03:06 -05:00
Shishir Mahajan
661f7df7be
Update FSIsolation from none to image.
2021-01-15 08:01:04 -05:00
Drew Bailey
9f56195dc2
bump upgrade guide version ( #9822 )
...
* bump upgrade guide version
* drop 1.0.3 until there are upgrade specifics
2021-01-14 16:18:54 -05:00
Drew Bailey
199ec2d91d
bump website version ( #9820 )
2021-01-14 15:12:39 -05:00
Brandon Romano
2588500bea
Website StackMenu updates for 1/14
2021-01-13 10:21:55 -08:00
Luiz Aoqui
6667d4c734
docs: fix broken link
2021-01-13 11:25:48 -05:00
Luiz Aoqui
226e442b32
docs: fix HCL2 doc page code block
2021-01-13 11:10:45 -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
aa58dd6415
docs: podman FSIsolation is image
...
As of podman 0.2.0, podman correctly advertises its filesystem isolation as
`FSIsolationImage`.
2021-01-13 09:05:19 -05:00
Tim Gross
8848819c50
docs: remove remaining references to network_speed config
2021-01-13 08:52:25 -05:00
Seth Hoenig
43880dadd5
Merge pull request #9765 from hashicorp/f-bump-connect-examples
...
command: bump connect examples to v3
2021-01-11 10:22:58 -06:00
Seth Hoenig
fc5f48d936
cni: bump CNI version to v0.9.0
...
https://github.com/containernetworking/plugins/releases/tag/v0.9.0
Also make the copy-paste install instructions work with arm64 for
a better OOTB experience (AWS Graviton, Pi 4's).
2021-01-10 18:03:27 -06:00
Seth Hoenig
207fe378ce
docs: update countdash examples to v3
2021-01-10 17:19:39 -06:00
Jeff Escalante
f4e68cedc1
update dependencies ( #9760 )
2021-01-08 15:46:31 -05:00
Buck Doyle
2589f7360c
Add documentation for exec websocket ( #9679 )
2021-01-08 14:01:06 -06:00
Tim Gross
5b9a98d25a
docs: clarify default behavior of docker userns_mode
2021-01-08 08:22:39 -05:00
Chulki Lee
b7b23e9955
Fix HCL2 link
2021-01-08 08:19:06 -05:00
Michael Lange
304378565c
Merge pull request #9690 from hashicorp/docs-wtdd-update-ui-api-docs
...
WTDD: Update UI api docs
2021-01-07 10:52:45 -08:00
Michael Lange
674707e349
Update the page param default to 1 instead of 0
2021-01-07 09:59:09 -08:00
Michael Lange
aa8e209c2e
Typo fixes
...
Co-authored-by: Buck Doyle <buck@hashicorp.com>
2021-01-07 09:59:08 -08:00
Michael Lange
46a0435cf2
Update 'Node' to 'Client' which is used throughout the UI
2021-01-07 09:59:08 -08:00
Michael Lange
761b7a1cef
Add missing faceted search query params
2021-01-07 09:59:08 -08:00
Michael Lange
2f05f06ecd
Remove no longer true enteprise warning
2021-01-07 09:59:08 -08:00
Michael Lange
549f2f77ab
Remove version introduction
...
0.7 is ancient at this point. Now it's as if the UI has always existed.
2021-01-07 09:59:07 -08:00
Michael Lange
75f304bbc2
Add missing routes to the UI API doc
2021-01-07 09:59:07 -08:00
Zach Shilton
2a9f9aa8d3
Remove broken shell-session highlighting
2021-01-07 11:57:09 -05:00
Zach Shilton
caa30ca097
Add build-time highlighting to code blocks
2021-01-07 11:48:02 -05:00
Nick Ethier
6705f845f2
Merge pull request #9739 from hashicorp/b-alloc-netmode-ports
...
Use port's to value when building service address under 'alloc' addr_mode
2021-01-07 09:16:27 -05:00
Kdu Bonalume
425ad5892d
Fix missing link for Consul integration
...
Add a link back to configuration/consul in the `service` parameter section of the `group` stanza.
2021-01-07 09:02:43 -05:00
Nick Ethier
7a6aab10bb
Apply suggestions from code review
...
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2021-01-07 08:53:54 -05:00
Jeff Escalante
8c04e22ce4
fix 'edit this page' links
2021-01-06 19:01:32 -05:00
Nick Ethier
ab01e19df3
command/agent/consul: use port's to value when building service address under 'alloc' addr_mode
2021-01-06 13:52:48 -05:00
Jeff Escalante
af3759fc84
fix intro navigation
2021-01-05 19:40:19 -05:00
Jeff Escalante
48bfdbc565
fix style references
2021-01-05 19:07:55 -05:00
Jeff Escalante
2c9b689c8e
touch up dependencies
2021-01-05 19:03:18 -05:00
Jeff Escalante
eaaafd9dd4
implement mdx remote
2021-01-05 19:02:39 -05:00
Michael Lange
e2c063fa0f
Merge pull request #9697 from hashicorp/docs-wtdd-cleanup-images
...
docs: Remove unused images + intro pages
2021-01-05 14:22:52 -08:00
Michael Schurter
8345bd273c
Merge pull request #9732 from hashicorp/docs-cleanup
...
Docs cleanup
2021-01-05 13:10:36 -08:00
Michael Lange
5a37cfded0
Merge pull request #9692 from hashicorp/docs-wtdd-jobs-field-reference
...
docs: Enumerate job statuses and types in docs
2021-01-05 11:46:22 -08:00
Michael Schurter
d5b858680b
docs: mention client can be non-root
...
I want to strike a balance here:
- On the one hand there are use cases (raw_exec or Docker only) where
running Nomad clients as an unprivileged user is *preferable.*
- On the other hand running Nomad clients as root is our main and best
tested environment. So I want to leave that a strong recommendation.
2021-01-05 11:08:23 -08:00
Michael Schurter
70bf5456d3
docs: remove old client.options migration note
...
There's no reason to give the `client.options` to `plugins` migration
top billing on the client configuration page. Remove and and clarify the
more appropriately placed note down below.
2021-01-05 10:56:14 -08:00
Michael Schurter
5d7713bb4e
docs: remove duplicate PreserveCounts entry
2021-01-05 10:41:38 -08:00
Michael Schurter
1cede6cff8
docs: note that 1.0.2 is unreleased
2021-01-05 10:06:39 -08:00
Luiz Aoqui
af5fd4bb89
Merge pull request #9429 from hashicorp/docs-update-autoscale-policy
...
docs: update file scaling policy docs
2021-01-05 11:10:11 -05:00
Gunadhya
3ac3c93485
Added Enterprise Badges in Docs ( #9706 )
2021-01-05 09:44:37 -05:00
Tim Gross
c2952d0539
resolve comments from code review
2021-01-04 18:52:14 -05:00
Luiz Aoqui
11b8bcddf8
docs: update file scaling policy docs
2021-01-04 18:52:11 -05:00
Tim Gross
86d7ad6d7b
docs: update metrics tables
2021-01-04 12:47:35 -05:00
Tim Gross
c24f4d9925
client: improve alloc GC API error messages ( #9488 )
...
The client allocation GC API returns a misleading error message when the
allocation exists but is not yet eligible for GC. Make this clear in the error
response.
Note in the docs that the allocation will still show on the server responses.
2021-01-04 11:34:12 -05:00
James Rasell
2cf75537cd
Merge pull request #9584 from hashicorp/f-docs-api-job-reg-preserve-counts
...
docs: add PreserveCounts param to job API doc.
2021-01-04 16:01:17 +01:00
Aaron Harper
86275f5004
Fixed typo in index.mdx
2021-01-01 23:04:04 -05:00
Drew Bailey
793b5f242d
Docs/operator subpages ( #9689 )
...
* operator subpages
* line wrapping, fixed
2020-12-21 10:29:06 -05:00
Kris Hicks
16bacad930
docs: Remove network_speed client config field ( #9685 )
2020-12-21 07:26:25 -08:00
Michael Lange
78eb871230
Remove all unused images
2020-12-18 15:48:39 -08:00
Michael Lange
3a8b1b58e1
Remove unlinked getting started pages. These are all on Learn now
2020-12-18 15:32:41 -08:00
Michael Lange
2bb4edfc35
Unused old images
2020-12-18 15:32:18 -08:00
Michael Lange
49d6f0ee3f
Unused guide images. These are now in Learn
2020-12-18 15:31:02 -08:00
Chris Baker
d1b1d8303a
Merge pull request #9696 from hashicorp/docs-7655-lifecycle-json
...
docs: added lifecycle example to JSON Jobs API docs
2020-12-18 16:41:10 -06:00
Kris Hicks
4dacba3684
docs: Document required name for expose=true check ( #9691 )
2020-12-18 14:34:47 -08:00
Chris Baker
6092eb9f7d
docs: added lifecycle example to JSON Jobs API docs
2020-12-18 22:26:30 +00:00
Chris Baker
4ae967ef96
Merge pull request #9693 from hashicorp/docs-7655-lifecycle-block
...
docs: more documentation for lifecycle stanza
2020-12-18 16:12:25 -06:00
Chris Baker
0cca9773c8
typo fixes
2020-12-18 22:12:12 +00:00
Tim Gross
f4e107d6ae
docs: data directory permissions
2020-12-18 16:43:01 -05:00
Chris Baker
e85f841d10
Update website/pages/docs/job-specification/lifecycle.mdx
...
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-12-18 14:30:44 -06:00
Chris Baker
b5f4bb6bb6
Update website/pages/docs/job-specification/lifecycle.mdx
...
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-12-18 14:30:17 -06:00
Chris Baker
edc4d095b9
docs: more documentation for lifecycle stanza
2020-12-18 20:18:45 +00:00
Michael Lange
a552023820
Enumerate job statuses and types in docs
2020-12-18 12:14:50 -08:00
Drew Bailey
207048e1ce
add job register preservecounts param, update job versions response ( #9676 )
...
* add job register preservecounts param, update job versions response
* include job version diffs param
* update
2020-12-18 14:54:39 -05:00
Kris Hicks
c0be6d4081
docs: Add quota removal step to namespace apply ( #9684 )
2020-12-18 10:55:31 -08:00
Chris Baker
ffc64a6076
docs: added examples of device responses to api docs
2020-12-18 17:30:26 +00:00
Tim Gross
5d81bd7ad4
docs: clarify behavior of plugin block merging
...
Although this behavior is unfortunate, we want to document the existing
behavior rather than break backwards compatibility.
2020-12-18 11:56:02 -05:00
Tim Gross
9c4f52c8aa
docs: document SIGHUP handling behavior
2020-12-18 11:55:00 -05:00
Tim Gross
c422f8066a
docs: describe gossip encryption encoding requirements
2020-12-18 09:58:42 -05:00
Tim Gross
37b1dd6f54
docs: clarify which address configurations can include ports
2020-12-18 09:42:06 -05:00
Seth Hoenig
63734619bc
docs: improve gateway docs
2020-12-17 11:08:48 -06:00