Commit Graph

1064 Commits

Author SHA1 Message Date
Alex Dadgar
97d243b55e Merge pull request #2485 from Sonna/patch-1
Fix typo in documentation link
2017-03-27 11:30:26 -07:00
Alex Dadgar
06b03056c2 more verbose documentation on role based vault integration 2017-03-27 11:26:18 -07:00
Alex Dadgar
cc7cdc1131 document attr.unique.network.ip-address in common list 2017-03-27 10:45:16 -07:00
Alex Sonneveld
d586db3b64 Remove localhost URL in nomad plan command link
Remove the reference to `http://localhost:4567` within the Rolling Update
strategy documentation and fix the link to the `nomad plan` command
documentation.
2017-03-27 12:00:38 +11:00
Michael Schurter
33fd492391 Remove incorrect list of supported protocols
The correct list is like 5 lines up
2017-03-24 15:37:17 -07:00
Chris Spence
922724d379 Wrong shell variable used when changing directory 2017-03-24 15:27:32 +00:00
Long Nguyen
2f9751525a added git docs to artifacts 2017-03-22 16:50:45 -04:00
Jonathan Ballet
544d9e95db Update doc to explain support for go-sockaddr/template format 2017-03-22 09:05:19 +01:00
Michael Schurter
7630c3d793 Mention 0.5.5 tool incompat with 0.5.4 agents 2017-03-20 16:20:43 -07:00
sprutner
8906a2bbc3 Update index.html.md
grammar
2017-03-20 13:48:04 -07:00
Michael Schurter
5f9b224caa Mention #2361 in upgrade notes. 2017-03-17 09:52:18 -07:00
Sean Chittenden
74a7e42f62 Tweak docs to note that a port will wire up both a TCP and UDP port. 2017-03-15 16:10:01 -07:00
Alex Dadgar
b21761344d Update the vault config on website 2017-03-15 16:08:15 -07:00
Alex Dadgar
6d74650c96 Fix some website stuff 2017-03-15 11:29:36 -07:00
Alex Dadgar
bfebe1afdc rename cpu_total_compute and docs 2017-03-14 14:15:49 -07:00
Alex Dadgar
97a4e136a6 Merge pull request #2427 from hashicorp/f-gc-limit
Limit parallelism during garbage collection
2017-03-14 10:45:29 -07:00
Christian Winther
7aed171038 Fix #2445
Close #2445 - typo in docs
2017-03-14 10:12:48 +01:00
Michael Schurter
f44347647c Merge pull request #2426 from hashicorp/f-tg-port-ip-env-var
Add NOMAD_{IP,PORT}_<task>_<label> env vars
2017-03-13 12:00:59 -07:00
Alex Dadgar
8acc69ccb3 documentation 2017-03-11 16:18:01 -08:00
Alex Dadgar
e2342797e6 Merge pull request #2428 from hashicorp/telemetry-docs
Added docs for the collection_interval option in the telemetry block
2017-03-11 13:52:24 -08:00
Diptanu Choudhury
2d0dd6534f Added docs for the collection_interval option in the telemetry block 2017-03-10 16:33:25 -08:00
Alex Dadgar
701537e9c5 Limit parallelism during garbage collection
This PR introduces a parallelism limit during garbage collection. This
is used to avoid large resource usage spikes if garbage collecting many
allocations at once.
2017-03-10 16:27:00 -08:00
Michael Schurter
cae20ba1d1 Add NOMAD_{IP,PORT}_<task>_<label> env vars 2017-03-10 12:17:43 -08:00
Michael Schurter
d2710a81cf Update documentation now that cleaning is more extensive 2017-03-09 17:12:10 -08:00
Michael Schurter
238a888458 Draw attention to env var sanitizing 2017-03-07 08:55:37 -08:00
Michael Schurter
e0e539c26a Add documentation and changelog entry 2017-03-06 20:05:05 -08:00
Sergey Mezentsev
bcc1783e92 Remove 'disk space' from docs 2017-03-04 22:54:49 +03:00
Alex Dadgar
f6c67535d1 Fix docs and script 2017-03-03 16:00:39 -08:00
Alex Dadgar
8865bb8598 Fix mbits default on website 2017-03-01 16:36:59 -08:00
Alex Dadgar
2a683cddea Update go-getter and add support for git and hg
Fixes https://github.com/hashicorp/nomad/issues/2042
2017-03-01 14:46:04 -08:00
Alex Dadgar
6bdf78330d Merge pull request #2379 from Gerrrr/doc/latest-tag
Add caveat about always pulling latest tag to docker driver docs
2017-03-01 10:09:38 -08:00
Aleksandr Sorokoumov
1113fa2e97 Add caveat about always pulling latest tag to docker driver docs 2017-03-01 00:25:57 +01:00
Alex Dadgar
04d2be3d2c remove leading slash on vault path 2017-02-28 14:03:18 -08:00
Alex Dadgar
97d6bab88b Add lookup-self 2017-02-28 13:46:38 -08:00
jmvacdmon
a975c186d3 change example to logging docker driver 2017-02-28 13:51:36 +01:00
Alex Dadgar
d7e1ab0536 Merge pull request #2371 from crokita/patch-1
Fix syntax of docker.cleanup.image example
2017-02-27 13:53:04 -08:00
Alex Dadgar
b6991b3357 Allow random UUID 2017-02-27 13:42:37 -08:00
Chris
31ee80a0da Fix syntax of docker.cleanup.image example
I found this syntax issue because I copy-pasted the snippet into my config file and attempted to run Nomad with it. Whoops
2017-02-27 16:34:43 -05:00
Alex Dadgar
e2d2911d06 Allow specification of eval/job gc threshold 2017-02-27 11:58:10 -08:00
Alex Dadgar
71462bf0b4 More auth docs 2017-02-27 11:02:01 -08:00
Alex Dadgar
bf33492692 links 2017-02-27 09:40:55 -08:00
Alex Dadgar
5338dafd51 Merge pull request #2361 from hashicorp/f-docker-coordination
Docker Image Coordinator and caching
2017-02-24 14:18:21 -08:00
Alex Dadgar
27b2c677c0 Docker Image Coordinator
This PR introduces a coordinator for doing CRUD on a Docker image. It
should fix racy deletion of images. The issue before was images would be
deleted between prestart and start causing an error.
2017-02-24 13:20:40 -08:00
Michael Schurter
d710c23d4d Put access to Docker volume drivers behind flag 2017-02-23 15:47:36 -08:00
Pietro Menna
c57d9c6bdb Improved documentation for Docker Volume Drivers
Incorporated comments from @schmichael
2017-02-23 16:01:27 -03:00
Pietro Menna
5d29600341 Docker Volume Drivers
This commit adds the functionality to use Docker Volume Drivers.
2017-02-23 14:36:32 -03:00
Alex Dadgar
7447ccd7e4 Fix tests and docs 2017-02-22 18:28:07 -08:00
James Nugent
50c90dbbde docs: Add note about max_kill_timeout to tasks
This commit makes an explicit note in the documentation for the Nomad
task specification about capping of `max_kill_timeout` based on agent
configuration as well as task configuration.
2017-02-21 22:03:10 -06:00
Alex Dadgar
bfd34bb1e8 Don't force uppercase meta keys in env vars 2017-02-20 19:51:24 -08:00
Alex Dadgar
ee76b78922 rebase 2017-02-20 16:43:28 -08:00