Commit Graph

178 Commits

Author SHA1 Message Date
Preetha
d9276e22b3 Merge pull request #3868 from hashicorp/f-server-side-restarts
server side rescheduling
2018-02-13 20:09:51 -06:00
Preetha Appan
1a3b5b7e58 Nicer names 2018-02-12 12:19:16 -06:00
Preetha Appan
74c5ce6140 Add check names to multiple checks example 2018-02-12 11:31:06 -06:00
Preetha Appan
930c5737a3 Clarify that check names are auto generated. 2018-02-12 11:21:50 -06:00
Preetha Appan
2da8133be4 More review feedback 2018-02-08 08:23:19 -06:00
Preetha Appan
8f73700314 Review feedback 2018-02-06 12:25:44 -06:00
Preetha Appan
7e6e389a9a Add paragraph about rescheduling during deployments 2018-02-06 10:19:45 -06:00
Preetha Appan
8908621dd6 Start of documentation for reschedule stanza 2018-02-06 10:19:45 -06:00
Wim
cdd55e4591 Update documentation 2018-02-01 14:25:14 +01:00
Wim
dea460bb5a * Change use_ipv6_address to advertise_ipv6_address.
* Set autoadvertise to true.
* Update documentation.
2018-02-01 00:01:25 +01:00
Preetha Appan
ee5b39071e Change the default mode for client side restarts to fail from delay 2018-01-31 10:39:11 -06:00
Wim
795d84e08f Service registration for IPv6 docker addresses 2018-01-30 17:07:47 +01:00
Michael Schurter
94e6b9cff6 Make example service name make sense
Switch from global-redis-check for the example job's service name to
redis-cache. The former name is really confusing and someone finally
called us out on it:

https://groups.google.com/d/msg/nomad-tool/3RTh6CyYkWk/vEe_Sj7lAAAJ

Also specifically mention that the `service.name` parameter is what is
advertised in Consul.
2018-01-17 14:08:30 -08:00
Michael Schurter
b658ac35ae Revert "Remove mention of check_restart on service"
This reverts commit 758b98685b.
2018-01-09 15:18:34 -08:00
Michael Schurter
756305f029 Revert "Missed header mention of server.check_restart"
This reverts commit 8295f81ddd.
2018-01-09 15:18:22 -08:00
Michael Schurter
8295f81ddd Missed header mention of server.check_restart 2018-01-04 15:05:27 -08:00
Michael Schurter
758b98685b Remove mention of check_restart on service
This is currently broken and should be removed from docs until a fix is
released.

See #3713
2018-01-04 11:30:03 -08:00
Michael Schurter
e12f0d1d2c Fix missing fields in json jobspec docs 2017-12-19 16:19:40 -08:00
Michael Schurter
a4449c84d7 Services should not require a port
Fixes #3673
2017-12-19 15:50:23 -08:00
James Rasell
7cd1f55a3b Update template.html.md Vault template example
The change updates the Vault example within the Environment Variables section to use the `.value` notation rather than the `.key` notation. This is because the example is calling a specific secret key and populating an env var with this; meaning the value of the secret is required over the value.
2017-12-13 10:40:22 +00:00
Michael Schurter
41963605d0 Expand port and address_mode docs 2017-12-08 12:39:50 -08:00
Michael Schurter
f11360acf8 Add Using Driver Address Mode docs 2017-12-08 12:03:43 -08:00
Michael Schurter
f2d47156ec Document service/check address_mode/port changes 2017-12-08 12:03:43 -08:00
Chelsea Holland Komlo
ae10b638db code review fixes 2017-12-07 13:46:25 -05:00
Chelsea Holland Komlo
73a4a4620d add documention 2017-12-07 12:35:02 -05:00
Michael Schurter
1ffb189ed2 Add atomic migrations to changelog and docs 2017-11-29 17:27:13 -08:00
Jonathan Ballet
f64ba61492 doc: fix logs size 2017-11-20 12:36:56 +01:00
Preetha
24f96325b0 Rewording for clarity 2017-11-17 08:38:55 -06:00
Preetha Appan
436a5f77cb Move service validation explanation doc 2017-11-16 16:58:37 -06:00
Alex Dadgar
f5c0c4e7cc fix vault grace docs 2017-11-13 09:59:20 -08:00
James Phillips
9407cbb0ac Fixes a typo in the check restart doc. 2017-11-01 12:27:00 -07:00
Alex Dadgar
ae1883e2ae vault_grace doc 2017-10-13 10:15:44 -07:00
Adam Stankiewicz
891813fb1f Fix typo: job -> task 2017-10-13 11:51:17 +02:00
Alex Dadgar
040c35f186 documentation 2017-10-11 17:48:18 -07:00
Michael Schurter
a7a5d5f9d1 Cleanup versioning doc 2017-09-27 17:24:30 -07:00
Michael Schurter
900e708577 Properly autodetect Docker IP in Windows
Our Docker network plugin autodetection code was erroneously treating
Window's default network `nat` as a plugin and defaulting to it instead
of the host.

Fixes #3218
2017-09-27 16:49:23 -07:00
Alex Dadgar
b84472f5c5 Spell check website 2017-09-27 11:14:37 -07:00
Wim Fournier
fb8cf7be20 Update network.html.md
Fixing #3259
2017-09-22 10:24:05 +02:00
Alex Dadgar
ddc2efa4ac sync 2017-09-19 10:08:23 -05:00
Michael Schurter
3d7446d99c @dadgar is better at words than me 2017-09-15 15:53:22 -07:00
Michael Schurter
10ae18c7eb Minor corrections to check_restart docs 2017-09-15 15:18:32 -07:00
Michael Schurter
1564e1c4b3 Move check_restart to its own section. 2017-09-14 16:48:39 -07:00
Michael Schurter
7e103f69cb Document new check_restart stanza 2017-09-14 16:46:54 -07:00
Alex Dadgar
914ed9ffeb Clarify all_at_once parameter
Fixes https://github.com/hashicorp/nomad/issues/3125
2017-08-29 16:20:28 -07:00
Alex Dadgar
1b8eb39444 Fix confusing batch job example 2017-08-24 17:12:43 -07:00
Michael Schurter
a6bf5b6098 Document check header and method 2017-08-17 16:49:14 -07:00
Michael Schurter
beae45bad5 Add optional shutdown delay to tasks
Fixes #2441

Defaults to 0 (no delay) for backward compat and because this feature
should be opt-in.
2017-08-16 17:59:46 -07:00
jkburges
d69d41b247 Match example update configuration to comment
"two-at-a-time" == `max_parallel = 2`
2017-08-15 11:45:28 +10:00
Alex Dadgar
798b779609 Merge pull request #2947 from hashicorp/f-vault-grace
Allow template to set Vault grace
2017-08-07 16:29:53 -07:00
Alex Dadgar
68778accb2 Small improvements to docs
This PR fixes an incorrect placement of the update stanza in the task
and also links from the env stanza into an example of using the template
block to generate dynamic environment variables.
2017-08-04 16:14:41 -07:00