Commit Graph

1779 Commits

Author SHA1 Message Date
Kyle Havlovitz
d5d719e5a0 Merge pull request #3812 from hashicorp/autopilot-config-change
Refactor redundancy_zone/upgrade_version out of client meta
2018-01-30 16:14:26 -08:00
Kyle Havlovitz
f72a94b6e6 Fix autopilot guide example 2018-01-30 16:12:39 -08:00
Kyle Havlovitz
078c7d9aa9 Fix remaining issues with autopilot change 2018-01-30 15:21:28 -08:00
Michael Schurter
755b5d784b Merge pull request #3334 from hashicorp/f-vault-acl
Vault Secret Backend
2018-01-30 12:26:59 -08:00
Michael Schurter
47d6651c3a Mention minimum Vault version 2018-01-30 11:31:10 -08:00
Michael Schurter
a6ecce59f3 Minor formatting/style updates 2018-01-30 11:14:05 -08:00
Kyle Havlovitz
2c873adba4 Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
Alex Dadgar
d11fdc7e10 Merge pull request #3802 from filipochnik/docker-readonly-rootfs
Add ReadonlyRootfs option to the Docker driver
2018-01-29 09:47:27 -08:00
Charlie Voiselle
a6c3144fd5 Changed nomad.rocks to localhost:4646 to align with defaults
Should provide cut and paste example for most users. Advanced users should be able to correct URLs to something appropriate.
2018-01-29 11:27:52 -05:00
Filip Ochnik
7507a1e161 Add ReadonlyRootfs option to the Docker driver 2018-01-27 14:38:29 +01:00
Alex Dadgar
76d78d768f Link sentinel docs 2018-01-24 14:17:57 -08:00
Alex Dadgar
0cf5c76326 Allow overriding an image's entrypoint in Docker
Fixes https://github.com/hashicorp/nomad/issues/2219
2018-01-23 14:05:00 -08:00
Alex Dadgar
ec764f7654 Merge pull request #3754 from filipochnik/docker-caps
Add an option to add and drop capabilities in the Docker driver
2018-01-23 12:02:50 -08:00
Nicolas Corrarello
3bc103eb7a Introducing @schmichael suggestions 2018-01-23 13:26:34 +01:00
Chelsea Komlo
9d006ecd0d Merge pull request #3492 from hashicorp/f-client-tls-reload
Client/Server TLS dynamic reload
2018-01-23 05:51:32 -05:00
Filip Ochnik
35d9331b50 Document the ALL value for docker.caps.whitelist 2018-01-23 11:30:44 +01:00
Nicolas Corrarello
38c72b4464 Merge branch 'master' of github.com:/hashicorp/nomad into f-vault-acl 2018-01-23 06:37:46 +00:00
Filip Ochnik
b509b0a680 Merge branch 'master' into docker-caps 2018-01-21 12:18:22 +01:00
Filip Ochnik
4080aac002 Finish implementation of the capabilities whitelist 2018-01-21 12:14:24 +01:00
Kyle Havlovitz
0dab89f9ac Merge pull request #3670 from hashicorp/autopilot
Add Autopilot feature from Consul
2018-01-19 12:52:56 -08:00
Michael Schurter
7fe2993421 Merge pull request #3766 from hashicorp/b-example-service-name
Make example service name make sense
2018-01-18 16:06:50 -08:00
Kyle Havlovitz
4e9735d69f Merge branch 'master' into autopilot 2018-01-18 13:29:25 -08:00
Alex Dadgar
335fb4ec58 Merge pull request #3687 from mikemccracken/add-lxc-bindmounts
Add volumes config to LXC driver
2018-01-18 13:07:09 -08:00
Michael McCracken
1b0db851cf lxc: Add documentation for volumes support
Signed-off-by: Michael McCracken <mikmccra@cisco.com>
2018-01-18 04:17:42 -08:00
Michael McCracken
58a270cff1 website: fix example json job
Can't use the string syntax in json.

Also fixes typo in curl example command.

Signed-off-by: Michael McCracken <mikmccra@cisco.com>
2018-01-18 04:15:13 -08: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
96e00a57eb Merge pull request #3718 from hashicorp/b-3713-fix-check-restart
Fix service.check_restart stanza propagation
2018-01-16 16:39:42 -08:00
Alex Dadgar
b8585fd0b6 Merge pull request #3751 from portworx/master
Docs:  update volume-driver, reflecting a supported driver
2018-01-16 15:58:54 -08:00
Alex Dadgar
b83869efc4 Update consul.html.md 2018-01-16 15:56:02 -08:00
Kyle Havlovitz
254458703b Add raft remove by id endpoint/command 2018-01-16 13:35:32 -08:00
Alex Dadgar
8d81a0f408 actually show defaults 2018-01-16 11:37:59 -08:00
Chelsea Holland Komlo
d97c91c733 feedback from code review 2018-01-16 11:55:11 -05:00
Filip Ochnik
7f072ab2da Add an option to add and drop capabilities in the Docker driver 2018-01-14 19:56:57 +01:00
Jeff Silberman
59d360c7f4 Update volume-driver, reflecting a supported driver 2018-01-12 16:09:50 -08:00
Shantanu Gadgil
6f038c8d1d 'drain' node is a POST rather than a GET
'drain' node is a POST rather than a GET
2018-01-12 23:35:49 +05:30
Filip Ochnik
cd5df24fca Remove duplicate docs entry for docker privileged option 2018-01-12 14:29:31 +01:00
Alex Dadgar
0256d11c55 Merge pull request #3733 from hashicorp/d-merge-community-and-resources
Merge Community and Resources pages
2018-01-10 11:42:02 -08:00
Ron Alexssen
09de90514e remove duplicate typo 2018-01-09 15:21: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
Chelsea Holland Komlo
21c1c1defc add documentation 2018-01-09 06:34:46 -05:00
Rob Genova
2f873299b4 Add new blog post 2018-01-08 21:42:47 +00:00
Rob Genova
de3f7b4da8 Remove Community links from header and footer 2018-01-08 21:33:55 +00:00
Rob Genova
12c6a94590 Merge Community page content into Resources page 2018-01-08 21:33:26 +00:00
Michael Schurter
9a547292a7 Merge pull request #3716 from hashicorp/docs-3713-remove
Remove mention of check_restart on service
2018-01-08 10:53:27 -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
9d93baa9b5 Merge pull request #3712 from hashicorp/docs-promote-group
Add missing -group=cache to docs
2018-01-04 11:08:59 -08:00
Michael Schurter
39e08ebd11 Merge pull request #3685 from filipochnik/abs-path
Prevent absolute URLs in checks paths
2018-01-04 10:55:36 -08:00
Michael Schurter
b6d850513a Add missing -group=cache to docs
Fixes #3699
2018-01-03 16:50:47 -08:00