Commit Graph

248 Commits

Author SHA1 Message Date
Omar Khawaja
e8893772fa fixing typos in operator endpoint api docs (#5854) 2019-06-19 10:35:47 -04:00
Chris Baker
0c74bad0cc documentation: fixed incorrect URLs in allocation signal/restart documentation 2019-06-12 15:14:34 +00:00
Danielle Lancashire
0f9e5fa34e docs: Add missing docs for alloc restart api 2019-06-12 15:09:52 +02:00
Preetha Appan
54be46e7fc revert 0.9.2 super script tags 2019-06-05 20:39:22 +05:30
Michael Schurter
1186d77133 nomad: disable service+batch preemption by default
Enterprise only.

Disable preemption for service and batch jobs by default.

Maintain backward compatibility in a x.y.Z release. Consider switching
the default for new clusters in the future.
2019-06-04 15:54:50 -07:00
Mahmood Ali
5a597f4947 client config flag to disable remote exec
This exposes a client flag to disable nomad remote exec support in
environments where access to tasks ought to be restricted.

I used `disable_remote_exec` client flag that defaults to allowing
remote exec. Opted for a client config that can be used to disable
remote exec globally, or to a subset of the cluster if necessary.
2019-06-03 15:31:39 -04:00
Mahmood Ali
ab5ec50c57 docs: Tag all 0.9.2 features 2019-05-23 10:51:03 -04:00
Lang Martin
9621c073fe add update AutoPromote bool 2019-05-22 12:32:08 -04:00
Preetha Appan
fa7933645e docs 2019-05-14 16:13:59 -05:00
Mahmood Ali
13474bca4d update links to use new canonical location 2019-05-10 09:41:19 -04:00
Charlie Voiselle
a910f1ded9 querystring -> query string 2019-05-08 15:14:31 -04:00
Charlie Voiselle
0f8ed68b6b Typo fixes (#5661)
* Typo fixes
* it's -> its
* plugable -> pluggable
2019-05-08 12:54:44 -04:00
Preetha
237d8ca2ec Merge pull request #5628 from hashicorp/f-preemption-config
Add config to disable preemption for batch/service jobs
2019-05-06 15:40:35 -05:00
Mahmood Ali
5035db0c49 docs: update s3 urls to use virtual bucket style
In response to https://forums.aws.amazon.com/ann.jspa?annID=6776
2019-05-06 10:39:51 -04:00
Preetha Appan
a9d45c5048 Rename to match system scheduler config.
Also added docs
2019-05-03 14:06:12 -05:00
Danielle Lancashire
e97dfce7e1 docs: Add nomad alloc signal docs 2019-04-25 14:39:49 +02:00
Danielle Lancashire
e4f57902f7 api docs: Add allocation stop 2019-04-23 13:28:21 +02:00
Chris Baker
548d029ca5 docs: added vault token documentation to job revert command, documented VaultToken field of api.JobRevertRequest 2019-04-10 10:34:10 -05:00
Mahmood Ali
541cddd3e2 docs: fix job json example (#5274)
The internal needs to be long enough to accomodate the attempts.

Also, clarify that the input should be a json file rather than an hcl
`.nomad` one.
2019-01-30 10:33:10 -05:00
Preetha
1343911558 Merge pull request #5234 from hashicorp/b-preemption-docs
Documentation for preemption
2019-01-24 18:32:14 -06:00
Preetha Appan
c4899fb073 fixed formatting 2019-01-24 17:24:20 -06:00
Preetha Appan
16a2fab164 more code review comments 2019-01-24 16:40:00 -06:00
Alex Dadgar
61f4fa7e71 Apply suggestions from code review
Co-Authored-By: preetapan <preetha@hashicorp.com>
2019-01-24 15:42:11 -06:00
Preetha Appan
5b53bb9f5a Add scheduler config docs and link from preemption docs 2019-01-23 18:57:45 -06:00
Alex Dadgar
2e65c95138 Json job 2019-01-23 10:58:46 -08:00
Preetha Appan
7ef1669363 Spread json docs 2019-01-10 11:10:04 -06:00
Alex Dadgar
0953d913ed Deprecate IOPS
IOPS have been modelled as a resource since Nomad 0.1 but has never
actually been detected and there is no plan in the short term to add
detection. This is because IOPS is a bit simplistic of a unit to define
the performance requirements from the underlying storage system. In its
current state it adds unnecessary confusion and can be removed without
impacting any users. This PR leaves IOPS defined at the jobspec parsing
level and in the api/ resources since these are the two public uses of
the field. These should be considered deprecated and only exist to allow
users to stop using them during the Nomad 0.9.x release. In the future,
there should be no expectation that the field will exist.
2018-12-06 15:09:26 -08:00
Preetha Appan
e04b503dca review comments 2018-11-15 11:32:22 -06:00
Preetha Appan
c0868c5765 More docs for affinities 2018-11-05 16:41:20 -06:00
Alex Dadgar
a027e5cbd4 Fix example drain API request 2018-10-08 10:06:39 -07:00
Michael Schurter
78ed7c05b8 Merge pull request #4614 from wyattanderson/wa-eligibility-docs
Add documentation for eligibility toggle endpoint
2018-08-27 10:48:47 -07:00
Rob Genova
7a640bf3fc Fix broken links in API docs 2018-08-25 11:35:56 -05:00
Wyatt Anderson
58a56d65b4 Add documentation for eligibility toggle endpoint 2018-08-24 10:50:12 -04:00
Alex Dadgar
fc9eb07b1b clarify 400 2018-07-16 14:44:23 -07:00
Alex Dadgar
c7738b563f Document HTTP response codes 2018-07-10 09:29:50 -07:00
Preetha Appan
0fac90c0aa Fix remove peer docs 2018-06-20 10:06:36 -05:00
Benjamin Sago
c64cc3db52 Close unclosed backtick in docs 2018-06-13 10:50:13 +01:00
Alex Dadgar
a5d0fe6574 code review fixes 2018-05-31 10:57:08 -07:00
Alex Dadgar
796e623dde Use Tags when CanaryTags isn't specified
This PR fixes a bug where we weren't defaulting to `tags` when
`canary_tags` was empty and adds documentation.
2018-05-23 13:07:47 -07:00
Alex Dadgar
cfc9d1fbbd Register events 2018-05-22 14:06:33 -07:00
Preetha
447527ab2b Merge pull request #4274 from hashicorp/f-force-rescheduling
Add CLI and API support for forcing rescheduling of failed allocs
2018-05-21 16:24:22 -07:00
Kim Ko
880bccfa1f Fix a typo 2018-05-22 00:31:20 +08:00
Aymeric Beaumet
d2c851d148 docs: fix typo in json documentation 2018-05-21 12:01:44 +02:00
Preetha Appan
879c2c93c9 Code review feedback 2018-05-10 14:42:24 -05:00
Preetha Appan
2d0e273c43 Documentation for evaluate endpoint 2018-05-09 16:52:15 -05:00
Chelsea Holland Komlo
eab7a1f7d3 Add driver health information to node list stub 2018-05-09 11:21:54 -04:00
Alex Dadgar
c240e021cc change default to 10m and docs 2018-05-07 14:50:01 -05:00
Nick Ethier
059ea949be minor code review fixes to api/jobs 2018-04-17 10:18:36 -04:00
Nick Ethier
8ef7d208c9 website: fix type in api/jobs/parse 2018-04-16 19:32:37 -04:00
Nick Ethier
2e31bbe333 website: add standard blocking query/ACL table to jobs/parse ep 2018-04-16 19:21:09 -04:00