Daniel Kerwin
98b227fecf
Add support for shm_size to docker driver. Required update of go-dockerclient
...
to more recent version (ba4298ecf4cfa216f1cce2befbf653359f62c722).
2016-05-27 12:30:04 +02:00
Alex Dadgar
18e565ec42
Merge pull request #1203 from hashicorp/f-gzip
...
Compress HTTP API responses
2016-05-24 13:36:13 -07:00
Alex Dadgar
05ea2bd583
Compress HTTP API responses and have the api client utilize this
2016-05-24 10:26:53 -07:00
George Hartzell
bdf22b4fcd
typo: beings -> begins
2016-05-23 16:57:49 -07:00
Alex Dadgar
9272de88ca
Merge pull request #1150 from hashicorp/f-fs-command
...
Refactor fs subcommands into fs command
2016-05-16 11:05:29 -07:00
Jake Champlin
c1ef910f4d
Update per comments
2016-05-16 13:17:37 -04:00
Sean Chittenden
29be52f762
Speling police
2016-05-15 09:41:34 -07:00
Alex Dadgar
0f71d7a4f7
Merge pull request #1161 from hashicorp/d-json-corrections
...
Json clean up + fixed variable names
2016-05-09 17:04:05 -07:00
Alex Dadgar
cbadf03208
Merge pull request #1162 from hashicorp/d-telemetry
...
Describe key metrics
2016-05-09 17:03:47 -07:00
Alex Dadgar
fb1ac29d27
describe interval
2016-05-09 17:03:04 -07:00
Alex Dadgar
ca60ce0b61
Json clean up + fixed variable names
2016-05-09 16:23:25 -07:00
Alex Dadgar
a28213b48b
Document key metrics
2016-05-09 16:04:41 -07:00
Jake Champlin
cf2d8b6601
Update documentation
2016-05-09 09:57:37 -04:00
Justin Carter
c5513deb25
-config needed to pass multiple config files
...
When trying the command above with just 1 -config option specified only the config from the first file was picked up.
2016-05-08 10:53:46 +02:00
Diptanu Choudhury
092833ff4b
Merge pull request #1118 from hashicorp/docs-discovery-json
...
Added docs for json representation of service discovery objects
2016-05-03 01:15:12 -07:00
Seth Vargo
2373f8644c
Track enhanced links
2016-05-02 16:00:10 -04:00
Pete Shima
d78611ba9e
Fix typo in force-leave docs
2016-05-01 13:00:04 -07:00
Seth Vargo
fff90e6ddb
Do not allow referrer to modify the sender
...
http://mathiasbynens.github.io/rel-noopener/
2016-04-22 23:37:55 -04:00
Diptanu Choudhury
482b9c4d70
Added doc for the SSL key of the docker driver config
2016-04-22 13:23:22 -07:00
Diptanu Choudhury
b6ce66e31a
Added docs for json representation of service discovery objects
2016-04-22 11:15:49 -07:00
Norman Harebottle III
ecd4308210
Minor grammar fix. ( #1114 )
...
Added a missing "is" to complete the last sentence.
2016-04-21 13:15:01 -07:00
Diptanu Choudhury
cd92e45e4b
Fixed the docs around service discovery
2016-04-19 14:47:04 -07:00
Alex Dadgar
fcd9a551af
Merge pull request #1073 from hashicorp/http-advertise-addr-docs
...
Added docs for http advertise addr
2016-04-18 10:17:21 -07:00
Diptanu Choudhury
c8fa648364
Ensuring that the docs says that the advertise block works on both server and client nodes
2016-04-16 01:30:39 -07:00
Alex Dadgar
791c07fb5a
Merge pull request #1099 from hashicorp/f-ip-port-var
...
Add IP and PORT environment variables
2016-04-15 11:33:16 -07:00
Alex Dadgar
44aff89236
nomad inspect docs
2016-04-15 11:13:26 -07:00
Alex Dadgar
636c3fc82f
Add IP and PORT environment variables
2016-04-15 11:01:32 -07:00
Alex Dadgar
9f92bd4e1a
Clarify blocking query docs
2016-04-15 10:33:43 -07:00
Alex Dadgar
37da266766
improved JSON docs
2016-04-14 16:47:24 -07:00
Alex Dadgar
b66fec4206
website
2016-04-14 13:04:04 -07:00
Alex Dadgar
575cf8503e
docs
2016-04-14 10:57:42 -07:00
Alex Dadgar
6e609fc60e
changelog + docker GC cleanup
2016-04-14 10:52:38 -07:00
Alex Dadgar
16bd0fab93
Merge pull request #1074 from hashicorp/f-periodic-utc
...
Periodic jobs always are evaluated in UTC TZ
2016-04-12 17:18:45 -07:00
Seth Vargo
a007fbba52
Only pubish a single, combine js artifact
2016-04-12 20:30:14 +01:00
Alex Dadgar
b63f3bb078
Periodic jobs always are evaluated in UTC TZ
2016-04-12 09:47:25 -07:00
Diptanu Choudhury
b8667f7a2f
Added docs for http advertise addr
2016-04-12 08:34:04 -07:00
Alex Dadgar
e6e3225c5c
Add -self flag to node-drain
2016-04-11 15:20:49 -07:00
Diptanu Choudhury
d8d24c0a8a
Merge pull request #1053 from hashicorp/remove-interfaces
...
removing interfaces from config
2016-04-09 09:18:17 -07:00
Alex Dadgar
7ca0b7e6fc
Merge pull request #1058 from ketzacoatl/patch-1
...
Dropped `node_id` from docs, per #675
2016-04-08 11:26:04 -07:00
Paul Hinze
401b04529e
client/docker: add interactive option
...
Equivalent to `docker run --interactive` - keeps STDIN open.
Also adds docs for both `tty` and `interactive` docker config.
2016-04-08 12:51:07 -05:00
ketzacoatl
81fc2b096d
Dropped node_id from docs, per #675
...
Specifically, see https://github.com/hashicorp/nomad/blob/master/CHANGELOG.md#030
> Node ID is no longer specifiable. For users who have set a custom Node ID, the node should be drained before Nomad is updated and the data_dir should be deleted before starting for the first time [GH-675]
2016-04-08 13:48:43 -04:00
Diptanu Choudhury
bed0f2b08c
Removing the interfaces block from docs
2016-04-07 13:31:32 -07:00
K.C. Wong
4bc1e17539
Clarify how priority is ordered
...
* It wasn't exactly obvious to me that larger values reflect
higher priority.
2016-04-05 10:31:26 -07:00
Diptanu Choudhury
e48d0b0373
Merge pull request #1032 from cosmopetrich/master
...
Fix syntax errors in example JSON job spec
2016-04-05 00:20:25 -07:00
Cosmo Petrich
97f2a9a1b8
Fix syntax errors in example JSON job spec
2016-04-05 14:25:19 +10:00
Sheldon Kwok
9274016a37
Update alloc.html.md
...
Fix very minor spelling error.
2016-04-01 14:56:12 -07:00
Diptanu Choudhury
090653051d
Merge pull request #1011 from hashicorp/f-docker-load
...
Added ability to create image from archive
2016-03-30 21:25:13 -07:00
Diptanu Choudhury
8760643621
Making the load a list of strings and added website docs
2016-03-30 17:23:29 -07:00
Alex Dadgar
fc3a638474
Add options documentation for go-getter
2016-03-30 15:22:04 -07:00
Alex Dadgar
3fbe8a1642
node-status -self command and docs
2016-03-29 12:36:24 -07:00