Commit Graph

1190 Commits

Author SHA1 Message Date
Alex Dadgar
f5c0c4e7cc fix vault grace docs 2017-11-13 09:59:20 -08:00
Laura Uva
fea60bab3f Updated Troubleshooting section of Vault Integration docs to mention the policy requirements for certain version combinations of Vault and Nomad, due to changes in Vault default policy and Nomad's vendored Vault lease renewal API. 2017-11-10 16:36:43 -08:00
Alex Dadgar
cf5cdfd634 changelog and website 2017-11-03 16:43:16 -07:00
Alex Dadgar
80b434d467 Merge pull request #3411 from cheeseprocedure/f-qemu-graceful-shutdown
Qemu driver: graceful shutdown feature
2017-11-03 16:41:34 -07:00
Diptanu Choudhury
5d36408475 Added the node_id as a tag 2017-11-02 13:29:10 -07:00
Diptanu Choudhury
1081d5050f Added docs 2017-11-02 13:26:46 -07:00
Matt Mercer
16a3614333 Wrap qemu docs at 80 characters 2017-11-01 15:31:02 -07:00
Matt Mercer
00e3cc869d Qemu driver: add graceful shutdown feature 2017-11-01 15:30:36 -07:00
Alex Dadgar
d710ecdfe5 Merge pull request #3483 from hashicorp/slackpad-patch-1
Fixes a typo in the check restart doc.
2017-11-01 15:01:32 -07:00
Chelsea Holland Komlo
c056196cd8 document new agent option 2017-11-01 15:19:52 -05:00
Preetha Appan
781e70ff3a Update docs to include ModifyTime in more places where allocations are returned 2017-11-01 15:19:52 -05:00
Preetha Appan
f3075f66ec Document modify time in a bunch of places 2017-11-01 15:16:38 -05:00
James Phillips
9407cbb0ac Fixes a typo in the check restart doc. 2017-11-01 12:27:00 -07:00
Alex Dadgar
1f6e50883f use job status 2017-10-31 16:49:12 -07:00
Laura Uva
07a1e89ac8 Added clarification to telemetry doc that API endpoint is available only as of version 0.7 of Nomad. 2017-10-26 17:26:51 -07:00
Michael Schurter
59f51f06de Prevent _ from causing italics
Fixes #3418
2017-10-19 15:35:47 -07:00
Alex Dadgar
eef5242d21 Merge pull request #3395 from hashicorp/d-quota
Document Quotas
2017-10-16 12:41:05 -07:00
Alex Dadgar
54ed1fe290 Merge branch 'master' into f-acl-cli 2017-10-16 11:29:48 -07:00
Alex Dadgar
87411ea6e7 guide 2017-10-16 11:23:18 -07:00
Alex Dadgar
1826d05d5c clarify duration 2017-10-16 10:08:35 -07:00
Alex Dadgar
b38bb83ea0 List does json/template 2017-10-13 16:37:33 -07:00
Alex Dadgar
6517db420e add missing namespace commands 2017-10-13 16:32:47 -07:00
Alex Dadgar
af6360086c policy list and token self commands 2017-10-13 16:31:46 -07:00
Alex Dadgar
c8cfcab793 quota command docs 2017-10-13 16:16:36 -07:00
Alex Dadgar
f6fbb36054 sync 2017-10-13 14:36:02 -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
5d724d619d ACL command options 2017-10-12 13:51:39 -07:00
Alex Dadgar
45a16a4794 Merge pull request #3361 from hashicorp/d-ui
UI command documentation
2017-10-12 09:42:22 -07:00
Alex Dadgar
9ae009eadb Update ui.html.md.erb 2017-10-12 09:42:11 -07:00
Alex Dadgar
580e1685e5 UI command documentation 2017-10-11 18:24:58 -07:00
Alex Dadgar
040c35f186 documentation 2017-10-11 17:48:18 -07:00
Tim Gross
51176acdff update docker.auth.helper to note hardcoded prefix 2017-10-11 16:19:40 -04:00
James Rasell
f98f403401 Update agent CLI to include Consul config option flags.
This update introduces command line flags for all Consul options
thus allowing users to both use a config file and CLI options to
configure Consul.

Website documentation has also been updated.

Closes #3304
2017-10-05 14:26:26 +01:00
Michael Schurter
27aa67dbfe Merge pull request #3303 from hashicorp/doc-docker-load
Docker `load` takes a string not a slice
2017-09-29 14:01:45 -07:00
Michael Schurter
cc8b61394b Docker load takes a string not a slice 2017-09-29 11:29:11 -07:00
Michael Schurter
01ea59a3bf Mention Docker for Windows caveats 2017-09-28 17:22:25 -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
6a655600fe Merge pull request #3292 from hashicorp/f-lint-website
Spell check website
2017-09-27 12:56:13 -07:00
Alex Dadgar
67b6f2d91a Merge pull request #3271 from hashicorp/d-oss2ent
Document enterprise upgrade path
2017-09-27 11:53:44 -07:00
Alex Dadgar
b84472f5c5 Spell check website 2017-09-27 11:14:37 -07:00
Michael Schurter
eeeb544a2d Merge pull request #3256 from dalegaard/master
Enable rkt driver to use address_mode = 'driver'
2017-09-26 18:04:37 -05:00
Lasse Dalegaard
dd934a60a7 Bump minimum rkt version to 1.27.0.
The changes introduces in #3256 require at least rkt 1.27.0 because of
a bug in the JSON output of `rkt status` in previous versions.

Here we upgrade all references to rkt's minimum version, and also make
travis and vagrant use this version when running tests.

Finally we add a CHANGELOG notice.
2017-09-26 19:15:43 +02:00
Alex Dadgar
9b3555f206 Namespace Quotas -> Resource Quotas 2017-09-26 09:51:28 -07:00
Alex Dadgar
a3778ec4e5 Document enterprise upgrade path 2017-09-25 14:59:41 -07:00
Chelsea Komlo
d0cb81285a Merge pull request #3264 from hashicorp/f-acl-token-update
Update ACL token
2017-09-25 17:56:04 -04:00
Alex Dadgar
f350dd13dd Document need to specify network_interface on 0.6
This PR enhances the upgrade documentation from 0.5.x to 0.6.x

Fixes https://github.com/hashicorp/nomad/issues/3236
2017-09-25 13:50:07 -07:00
Chelsea Holland Komlo
be1dcd08dd fixups from code review 2017-09-25 19:42:03 +00:00
Chelsea Holland Komlo
edf14142de update acl token 2017-09-25 15:54:06 +00:00