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
Nick Ethier
a5ffa2271a
website: add api docs for v1/jobs/parse endpoint
2018-04-16 19:21:09 -04:00
Michael Schurter
7d1a63c259
Fix more broken links
2018-04-12 17:55:20 -07:00
Michael Schurter
31e97360c4
docs: add drain api and json jobspec
2018-04-12 11:34:01 -07:00
Michael Lange
c26ae1d955
Update the UI routes in the API docs
2018-04-02 18:19:17 -07:00
Chelsea Holland Komlo
58d24f8bd1
update timestamp and format api reference descriptions
2018-03-29 14:22:46 -04:00
Chelsea Holland Komlo
e7064fb164
update events in node api
2018-03-29 12:41:32 -04:00
Chelsea Holland Komlo
6e8007fd88
add field reference for node events
2018-03-29 12:29:55 -04:00
Chelsea Holland Komlo
86097b787d
add node events to documentation
2018-03-29 12:17:03 -04:00
Preetha Appan
ab39d028ce
more review feedback
2018-03-27 14:55:19 -05:00
Preetha Appan
8f208055bc
Initial docs for new delayed rescheduling options
2018-03-27 14:55:19 -05:00
Alex Dadgar
f5ebe7da8e
Fix old references
2018-03-22 13:39:18 -07:00
Josh Soref
4770c12be2
spelling: parameterized
2018-03-11 18:36:05 +00:00
Josh Soref
6831e485ba
spelling: operator
2018-03-11 18:34:07 +00:00
Josh Soref
1ccb07fe32
spelling: alternative
2018-03-11 17:39:19 +00:00
Josh Soref
85ae561283
spelling: address
2018-03-11 17:35:06 +00:00
Alex Dadgar
6a96b824f3
Merge pull request #3892 from hashicorp/f-tunnel
...
Client RPC Endpoints, Server Routing and Streaming RPCs
2018-02-20 16:35:42 -08:00
John Cowen
8ea2d8390b
Fix erroneous metrics link + code block typo on the metrics page
2018-02-20 15:00:56 +00:00
Alex Dadgar
c4ef9a2958
doc improvements
2018-02-15 13:59:03 -08:00
Alex Dadgar
715006a52f
Document server handling of client endpoints
...
This PR adds API documentation noting the change in 0.8 where servers
can handle client endpoints and annotated the endpoints that now have an
optional parameter to specify the node_id.
2018-02-15 13:59:02 -08:00
Kyle Havlovitz
c8f0f4cbe1
Merge pull request #3852 from hashicorp/autopilot-cleanup
...
Clean up some leftover autopilot differences from Consul
2018-02-14 10:42:32 -08:00
Preetha
d9276e22b3
Merge pull request #3868 from hashicorp/f-server-side-restarts
...
server side rescheduling
2018-02-13 20:09:51 -06:00
Preetha Appan
b1cac9296a
Missed reschedule policy documentation in json-jobs page
2018-02-09 16:31:24 -06:00
Kyle Havlovitz
5af5e10886
Clean up some leftover autopilot differences from Consul
2018-02-08 10:27:26 -08:00
Preetha Appan
2da8133be4
More review feedback
2018-02-08 08:23:19 -06:00
Preetha Appan
8f73700314
Review feedback
2018-02-06 12:25:44 -06:00