open-nomad/website/content/docs/job-specification
Derek Strickland 0a8e03f0f7
Expose Consul template configuration parameters (#11606)
This PR exposes the following existing`consul-template` configuration options to Nomad jobspec authors in the `{job.group.task.template}` stanza.

- `wait`

It also exposes the following`consul-template` configuration to Nomad operators in the `{client.template}` stanza.

- `max_stale`
- `block_query_wait`
- `consul_retry`
- `vault_retry` 
- `wait` 

Finally, it adds the following new Nomad-specific configuration to the `{client.template}` stanza that allows Operators to set bounds on what `jobspec` authors configure.

- `wait_bounds`

Co-authored-by: Tim Gross <tgross@hashicorp.com>
Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
2022-01-10 10:19:07 -05:00
..
hcl2 docs: fix jobspec hcl2 locals example. 2021-05-21 15:20:46 +02:00
affinity.mdx
artifact.mdx
check_restart.mdx
connect.mdx
constraint.mdx
csi_plugin.mdx docs: update csi_plugin example (#10821) 2021-06-28 08:28:03 -04:00
device.mdx
dispatch_payload.mdx
env.mdx docs: note env and meta map assignment syntax (#11095) 2021-08-29 14:35:09 -04:00
ephemeral_disk.mdx
expose.mdx
gateway.mdx Mesh Gateway doc enhancements (#11354) 2021-12-20 17:10:44 -05:00
group.mdx docs: clarify that a default update strategy is used when update strategy is omitted 2021-05-10 08:27:22 -04:00
index.mdx
job.mdx docs: add Nomad version requirement note for sysbatch (#11231) 2021-09-29 15:14:51 -04:00
lifecycle.mdx
logs.mdx
meta.mdx docs: add some extra documentation around client host environment variables (#11208) 2021-09-21 17:23:30 -04:00
migrate.mdx
multiregion.mdx
network.mdx docs: document that network mode is only supported on Linux (#11192) 2021-10-01 23:17:20 -04:00
parameterized.mdx mention sysbatch in addition to batch (#11587) 2021-12-06 19:12:03 -05:00
periodic.mdx mention sysbatch in addition to batch (#11587) 2021-12-06 19:12:03 -05:00
proxy.mdx
reschedule.mdx core: implement system batch scheduler 2021-08-03 10:30:47 -04:00
resources.mdx add a section about memory oversubscription (#10573) 2021-05-13 13:35:51 -04:00
restart.mdx
scaling.mdx feat(website): extract /plugins /tools docs (#11584) 2021-12-09 14:25:18 -05:00
service.mdx docs: clarify default check.initial_status behavior 2021-06-03 10:02:25 -04:00
sidecar_service.mdx
sidecar_task.mdx
spread.mdx scheduler: fix quadratic performance with spread blocks (#11712) 2021-12-21 10:10:01 -05:00
task.mdx
template.mdx Expose Consul template configuration parameters (#11606) 2022-01-10 10:19:07 -05:00
update.mdx docs: clarify that a default update strategy is used when update strategy is omitted 2021-05-10 08:27:22 -04:00
upstreams.mdx consul/connect: fix upstream mesh gateway default mode setting 2021-06-04 08:53:12 -05:00
vault.mdx
volume.mdx docs: mount_flags takes a slice of strings (#11583) 2021-11-29 10:07:34 -05:00
volume_mount.mdx