Preetha
228d248b6d
Merge pull request #5258 from hashicorp/remove-mac-log-caveats
...
remove mac logs caveat
2019-01-28 17:19:36 -06:00
Omar Khawaja
b159476dfd
remove mac logs caveat
2019-01-28 18:01:17 -05:00
Alex Dadgar
85f0a8bf6f
rework spread doc intro
2019-01-28 14:59:55 -08:00
Mahmood Ali
b82cab2fe4
website: redirect to new scheduling doc
2019-01-25 10:24:33 -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
7e21650849
Delete intro section which is now in index page
2019-01-24 17:20:22 -06:00
Preetha Appan
8cffdb1357
review comments
2019-01-24 16:50:23 -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
afbe065a30
improve spread docs
2019-01-24 14:58:26 -06:00
Preetha Appan
a8a7802a51
Fix spacing and add links to affinity stanza from various pages
2019-01-24 12:12:40 -06:00
Alex Dadgar
6f22fc0203
spelling mistakes
2019-01-23 17:47:07 -08:00
Preetha Appan
5b53bb9f5a
Add scheduler config docs and link from preemption docs
2019-01-23 18:57:45 -06:00
Preetha Appan
5c6d8f5153
Add preemption section to scheduling internals
...
Also reorganize the docs so that scheduling has subpages in it
2019-01-23 18:10:36 -06:00
Alex Dadgar
8f514618ee
change example job a bit
2019-01-23 10:58:46 -08:00
Alex Dadgar
81916181ac
nvidia device plugin docs
2019-01-23 10:58:46 -08:00
Alex Dadgar
81a415a054
link to resources page
2019-01-23 10:58:45 -08:00
Alex Dadgar
a0a52f6198
Device job stanza
2019-01-23 10:58:45 -08:00
Alex Dadgar
8e9fefcb94
Merge pull request #5046 from oleksii-shyman/docker_runtimes
...
Nvidia runtime
2019-01-15 14:34:14 -08:00
oleksii.shyman
cc98f282d4
Add support for docker runtimes
...
- docker fingerprint issues a docker api system info call to get the
list of supported OCI runtimes.
- OCI runtimes are reported as comma separated list of names
- docker driver is aware of GPU runtime presence
- docker driver throws an error when user tries to run container with
GPU, when GPU runtime is not present
- docker GPU runtime name is configurable
2019-01-15 11:34:47 -08:00
Chris Baker
25013af5b6
docs: updated tense around fixed bug
2019-01-15 17:43:03 +00:00
Alex Dadgar
f171a723cb
Enable json logs
2019-01-11 11:36:37 -08:00
Preetha
4af4e616a3
Merge pull request #5144 from hashicorp/f-spread-docs
...
Docs for spread stanza
2019-01-10 16:38:39 -06:00
Preetha Appan
e12dd2f4d5
Address review comments
2019-01-10 15:46:03 -06:00
Brian Lalor
1cd7458202
Oxford comma in variable interpolation summary
...
This improves the readability of this section.
2019-01-10 16:15:41 -05:00
Preetha Appan
6b4c79c90f
Initial spread docs
2019-01-10 11:10:04 -06:00
Chris Baker
c506b56f96
Merge pull request #4888 from hashicorp/f-docs-clarification-on-config-folders
...
config dir clarification
2019-01-08 17:18:14 -05: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
Mahmood Ali
5c354ad8fa
Merge pull request #4924 from hashicorp/f-docker-mounts
...
Support bind and tmpfs docker mounts
2018-11-30 07:27:17 -05:00
Michael Schurter
fe238dc6e3
docs: Use valid docker bind propagation field
...
Co-Authored-By: notnoop <mahmood@notnoop.com >
2018-11-30 07:25:56 -05:00
Nick Ethier
bff6484df3
Merge pull request #4906 from hashicorp/f-metric-prefix-master
...
Port metric prefix filtering to master
2018-11-29 22:27:47 -05:00
Omar Khawaja
b4e3544ff7
New Nomad Vault Integration Guide ( #4886 )
...
* add vault integration guide in guides section and move current vault integration content to docs section
* complete guide with image
* fix typos
* rename step 6 and fix typos
* fix typos and awkward phrasing along with links
* fix duplicated step #
* fix typo
* fix links so that pages that pointed to the original vault integration content still point there
2018-11-27 10:28:01 -05:00
Mahmood Ali
cb453e7b3e
document bind and tmpfs options
2018-11-27 07:27:57 -05:00
Omar Khawaja
8a38680ae1
Move current telemetry page to docs ( #4898 )
...
* move current telemetry page to docs
* fix broken links to telemetry doc
2018-11-26 15:18:57 -05:00
Mahmood Ali
2aa034e174
Merge pull request #4908 from hashicorp/f-docker-opts-storageopt
...
Add support for docker storage options
2018-11-20 21:08:27 -05:00
Mahmood Ali
9b48b09498
document storage opts
2018-11-20 16:11:02 -05:00
Preetha
582a52d100
Merge pull request #4857 from hashicorp/f-affinity-docs
...
docs for affinity
2018-11-20 14:17:28 -06:00
Nick Ethier
af3f535f0a
agent: suppose filter_default telemetry option
2018-11-19 23:21:48 -05:00
Nick Ethier
4182e3e141
nomad: add flag to disable publishing of job_summary metrics for dispatched jobs
2018-11-19 23:21:19 -05:00
Omar Khawaja
dce594bb6d
clarification regarding Nomad client generating token vs retrieving ( #4890 )
2018-11-16 19:52:31 -05:00
Michael Schurter
b0dcbb7665
Merge pull request #4843 from hashicorp/b-driver-env
...
client: interpolate driver configurations
2018-11-16 12:45:43 -06:00
Chris Baker
eaa1b7b2ce
config docs: added explicit clarification, that lexicographical ordering
...
is with respect to files in the specified folder
2018-11-16 14:28:36 +00:00
Preetha
fff2d6f4d8
Merge pull request #4882 from sportebois/f-update-docs-env-stanza-coercion
...
Change misleading boolean example in env stanza coercion section (#4820 )
2018-11-16 08:00:56 -06:00
Michael Schurter
c4c0869a2e
docs: document new interpolation behavior and options
2018-11-15 16:26:25 -08:00
Danielle Tomlinson
cf8bc3224d
docs: Add is_set/is_not_set
2018-11-15 11:00:32 -08:00
Sébastien Portebois
a71dea2ac9
Change misleading boolean example in env stanza coercion section
2018-11-15 13:12:58 -05:00
Preetha Appan
e04b503dca
review comments
2018-11-15 11:32:22 -06:00
Preetha Appan
97bce10c35
Affinity stanza documentation
2018-11-05 14:47:40 -06:00
Danielle Tomlinson
d9bd1a1c7d
docs: Fix broken link to cloud auto join
2018-11-03 15:45:36 -04:00
Matthieu Antoine
f40c7e8d49
Change 1hr to 1h on reschedule doc as 1hr is not supported by nomad
2018-11-02 15:32:43 +01:00