Danielle
4789948ba8
Merge pull request #5573 from hashicorp/dani/update-vol-docs
...
docs: Clarify docker volume behaviour
2019-04-18 14:30:16 +02:00
Chris Baker
15c64875d1
Merge pull request #5559 from ArangoGutierrez/website_docs_singularity
...
list singularity as a community driver
2019-04-17 12:42:29 -04:00
Danielle Lancashire
acf8ab8665
docs: Clairfy docker volume behaviour
2019-04-17 11:31:55 +02:00
Eduardo Arango
9f97da0956
resolve merge conflicts
...
Signed-off-by: Eduardo Arango <eduardo@sylabs.io >
2019-04-16 17:01:22 -05:00
Eduardo Arango
bd0d641a5e
address @cgbaker comments
...
Signed-off-by: Eduardo Arango <eduardo@sylabs.io >
2019-04-16 16:59:59 -05:00
Danielle
8982fb3c43
Merge pull request #5565 from hashicorp/dani/alloc-restart-docs
...
docs: Add docs for nomad-alloc-restart
2019-04-15 17:26:28 +02:00
Danielle Lancashire
4dab9ed348
docs: Add docs for nomad-alloc-restart
2019-04-15 17:21:06 +02:00
Chris Baker
8b980f98d2
Update singularity.html.md
2019-04-15 09:49:30 -04:00
Eduardo Arango
e7ee1f65fc
Merge branch 'website_docs_singularity' of github.com:ArangoGutierrez/nomad into website_docs_singularity
2019-04-12 16:27:33 -05:00
Eduardo Arango
62094263be
address requestec changes, iteration 1
...
Signed-off-by: Eduardo Arango <eduardo@sylabs.io >
2019-04-12 16:26:52 -05:00
Chris Baker
e6da05276c
minor typographical changes
2019-04-12 15:05:56 -04:00
Chris Baker
f011f61645
cli: add support for periodic force evaluation
...
resolves #3251
2019-04-12 18:56:35 +00:00
Chris Baker
7a6a2d3274
Merge pull request #5556 from hashicorp/nmd-1403-vault-namespace-task-env
...
vault namespaces: inject VAULT_NAMESPACE alongside VAULT_TOKEN
2019-04-12 14:21:47 -04:00
Eduardo Arango
42f867aa54
list singularity as a community driver
...
Signed-off-by: Eduardo Arango <eduardo@sylabs.io >
2019-04-12 12:59:31 -05:00
Chris Baker
c38a98e5bb
cli: add acl token list command, documentation
...
docs: fix some incorrect acl policy docs (typos, copy-paste errors)
2019-04-12 15:48:36 +00:00
Chris Baker
377c1d694b
vault namespaces: inject VAULT_NAMESPACE alongside VAULT_TOKEN + documentation
2019-04-12 15:06:34 +00:00
Omar Khawaja
afd1030ffd
add community section under task drivers and sync name with device plugins ( #5542 )
...
* add community section under task drivers and sync name with device plugins
* reword heading
2019-04-10 16:56:38 -04:00
Chris Baker
20a3884559
docs: -vault-namespace, VAULT_NAMESPACE, and config
...
agent: added VAULT_NAMESPACE env-based configuration
2019-04-10 10:34:10 -05:00
Chris Baker
1349497152
config/docs: added namespace to vault config
...
server/client: process `namespace` config, setting on the instantiated vault client
2019-04-10 10:34:10 -05:00
Michael Schurter
c479034f07
Update website/source/docs/commands/job/revert.html.md.erb
...
Co-Authored-By: cgbaker <cgbaker@hashicorp.com >
2019-04-10 10:34:10 -05: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
92af1caa28
document force_pull and :latest tag interaction
2019-04-02 08:48:34 -04:00
Preetha Appan
ba8c5c67e1
minor fixes to spread stanza documentation
2019-03-26 15:01:56 -05:00
Mahmood Ali
b1ce0d8204
doc: fix tls_cipher_suites type ( #5441 )
...
tls_cipher_suites only accept a comma-separated string, as evident in:
0535dfd414/nomad/structs/config/tls.go (L61)
d37ed5c193/helper/tlsutil/config.go (L405)
2019-03-20 12:17:38 -04:00
Chris Baker
783c49b34b
Merge pull request #5373 from hashicorp/docs-artifact-stanza
...
artifact stanza documentation
2019-03-11 14:09:28 -04:00
Charlie Voiselle
e7bd312580
Merge pull request #5401 from hashicorp/doc-rkt-needs-root
...
Note rkt driver needs Nomad client run as root
2019-03-11 10:29:45 -04:00
Mahmood Ali
9410768aa7
fix typo
2019-03-06 20:24:01 -05:00
Charlie Voiselle
1edb20fd5c
Note rkt driver needs Nomad client run as root
...
The rkt driver requires that the Nomad agent to be running as the root user
2019-03-06 19:53:51 -05:00
Charlie Voiselle
d75cf587ef
Tweaked deprecation wording for legacy config ( #5394 )
...
Made small adjustment to make it clear that 0.8.7 would require the legacy syntax and that the deprecation notice was more about the legacy syntax becoming unsupported at some point after v0.9.0
2019-03-06 11:07:54 -05:00
Chris Baker
2d25f24d99
artifact docs: modified the leading example and removed a treacherous (but potentially correct) example
2019-02-28 21:48:01 +00:00
Michael Schurter
26cb9b3713
docs: clarify use of toJSON for passwords
...
Fixes #5347
2019-02-21 09:47:18 -08:00
Charlie Voiselle
427ab71b47
Warn that data_dir can't be in the jail ( #4618 )
2019-02-18 20:40:45 -05:00
Mahmood Ali
196d0374b7
Fix device.attr typo ( #5331 )
...
Fix https://github.com/hashicorp/nomad/issues/5315
2019-02-16 13:07:02 -05:00
Preetha
09659b87ce
Merge pull request #5287 from hashicorp/docs-fix-affinity-examples
...
docs: fixed some affinity examples
2019-02-12 09:13:27 -06:00
Chris Baker
075635bafc
restored previous example (it was correct)
2019-02-06 19:13:40 +00:00
Omar Khawaja
dd22f8aabf
add some cross-linking for easier reference ( #5292 )
2019-02-01 13:12:18 -05:00
Chris Baker
edcee2d3bb
fixed typo in vault integration documentation
2019-01-31 16:00:54 +00:00
Chris Baker
fc994b2268
fixed some affinity examples
2019-01-31 15:15:00 +00:00
Alex Dadgar
bc42873e07
Change types of weights on spread/affinity
2019-01-30 12:20:38 -08:00
Preetha
23b892a8cd
Merge pull request #5273 from hashicorp/dani/nvidia-affinity
...
docs: Update affinity stanza in device
2019-01-30 10:51:21 -06:00
Preetha Appan
11d1af8913
Add link to preemption from schedulers page
2019-01-30 09:24:18 -06:00
Danielle Tomlinson
94aff6ad76
docs: Update affinity stanza in device
2019-01-30 14:23:03 +01:00
Preetha Appan
66cf368e21
fix broken link
2019-01-29 16:58:52 -06:00
Omar Khawaja
cca1c9ccb6
add plugin content (docs) ( #5186 )
...
* call out pluggable drivers in task drivers section and link/add info to plugin stanza
* fix hyphenation
* removing page and nav that tells users drivers are not pluggable
* show new syntax for configuring raw_exec plugin on client
* enabled option value for raw_exec is boolean
* add plugin options section and mark client options as soon to be deprecated
* fix typos
* add plugin options for rkt task drivers and place deprecation warning in client options
* add some plugin options with plugin configuration example + mark client options as soon to be deprecated
* modify deprecation warning
* replace colon with - for options
* add docker plugin options
* update links within docker task driver to point to plugin options
* fix typo and clarify config options for lxc task driver
* replace raw_exec plugin syntax example with docker example
* create external section
* restructure lxc docs and add backward incompatibility warning
* update lxc driver doc
* add redirect for lxc driver doc
* call out plugin options and mark client config options for drivers as deprecated
* add placeholder for lxc driver binary download
* update data_dir/plugins reference with plugin_dir reference
* Update website/source/docs/external/lxc.html.md
Co-Authored-By: Omar-Khawaja <Omar-Khawaja@users.noreply.github.com >
* corrections
* remove lxc from built-in drivers navigation
* reorganize doc structure and fix redirect
* add detail about 0.9 changes
* implement suggestions/fixes
* removed extraneous punctuation
* add official lxc driver link
2019-01-29 15:53:05 -05:00
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