Kent 'picat' Gruber
49a1d7ef23
Add HTTP Headers settings to the recommendations section
2020-07-23 11:12:35 -04:00
Kent 'picat' Gruber
fbef3fbe6f
Add TLS settings to the recommendations section
2020-07-23 11:11:40 -04:00
Nick Ethier
6e0ead7765
website: remove usage of task network stanza ( #8498 )
...
* website: remove usage of task network stanza and add documentation for group network and service stanzas
* docs: fix broken link in client config
* Update website/pages/docs/job-specification/group.mdx
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
* Update website/pages/docs/job-specification/group.mdx
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
2020-07-23 09:18:59 -04:00
Peter M
2c4a801b7d
updating banner for webinar
...
webinar scheduled for July 23rd, can roll back to the previous banner afterwards
2020-07-22 13:31:02 -07:00
Drew Bailey
4cb446ea04
move podman out of external task drivers ( #8502 )
...
* move podman out of external task drivers
* document driver capabilities
* add redirect from old podman url to new one
* fix syntax
2020-07-22 14:55:40 -04:00
Mahmood Ali
ba6832ffff
docs: snapshot uses consul
2020-07-22 13:53:54 -04:00
Tim Gross
31be70bbb3
docs: expand explanation of task driver capabilities ( #8485 )
2020-07-22 12:14:20 -04:00
Michael Schurter
d17edcae52
docs: remove mention of custom schedulers
...
Not sure if this was meant to imply adding more schedulers to Nomad is
easy, or that we plan on adding pluggable schedulers. Either way,
neither of those statements is really true unless you really stretch the
definitions of "easy" and "plan".
So remove this sentence as I can't imagine it does anything other than
confuse people.
2020-07-22 08:57:43 -07:00
Michael Schurter
dd47313bbd
docs: create a shortcut for stop_after_client_...
...
Some code names are too good not to mention.
2020-07-22 08:56:50 -07:00
James Rasell
e8c0deb2e1
Merge pull request #8494 from hashicorp/b-fix-snapshot-agent-example-config-file
...
docs: fix snapshot agent example config file syntax and values.
2020-07-22 14:09:11 +02:00
James Rasell
762efec025
docs: fix snapshot agent example config file syntax and values.
2020-07-22 13:30:18 +02:00
Lance Haig
52f4242374
Update snapshot-save.mdx
...
Fix the nomad operator snapshot command examples.
They were missing the "operator" option
2020-07-22 13:04:47 +02:00
kobayashi
9aae2950be
Add capabilities to task drivers' pages ( #8476 )
2020-07-21 14:54:31 -04:00
Mahmood Ali
9f014223d8
docs: enabled option for nvidia device plugin ( #8480 )
2020-07-21 10:14:32 -04:00
Michael Schurter
6109cf3e85
docs: document enterprise upgrade bug #8457
2020-07-17 11:57:29 -07:00
Charlie Voiselle
238f7dcb57
Merge pull request #8437 from angrycub/d-reschedule-in-deploys
...
[docs] Rescheduling does happen during deployments
2020-07-15 15:24:21 -04:00
Mahmood Ali
bee8efd771
Merge pull request #8383 from hashicorp/docs-security-model-followup
...
Revise security model feedback
2020-07-15 13:11:39 -04:00
Charlie Voiselle
2611a98f74
[docs] Reschedule does happen during deployments
2020-07-14 16:29:30 -04:00
Michael Schurter
f6f697a3fb
Merge pull request #7042 from hashicorp/docs-healthy-deadline
...
docs: clarify healthy/progress_deadline relationship
2020-07-13 08:40:11 -07:00
Seth Hoenig
d484eda7ec
Merge pull request #8417 from hashicorp/docs-docker-kill-signal
...
docs: clarify kill_signal default for docker
2020-07-10 11:50:21 -05:00
Seth Hoenig
1def2ee2a9
docs: clarify kill_signal default for docker
...
Before docker, the only default was `SIGINT` for `kill_signal`. The
docker driver however defaults to `SIGTERM`, and we should document
as such.
Fixes #7140
2020-07-10 09:57:49 -05:00
James Rasell
7d8a4333b2
docs: fix minor incorrect syntax in autoscaling plugin docs.
...
This changes fixes a syntax error in the autoscaling apm plugin
docs as well as updates the scaling stanza doc. The stazna wording
implied its use was only for external autoscalers, whereas it also
is used by the UI.
2020-07-10 16:07:29 +02:00
Michael Lange
e8a8d089ee
Merge pull request #8405 from kaybr01/patch-1
...
Update preemption.mdx
2020-07-09 16:22:30 -07:00
Chris Baker
07748b108a
version updates for 0.12.0
2020-07-09 16:16:53 +00:00
Kevin Pruett
58221c7785
website: updates for 0.12 release ( #8397 )
...
* Updates for 0.12 release
* Update SVGs to align to styles
* Updates alert banner for blog
Co-authored-by: Brandon Romano <BrandonRRomano@gmail.com >
2020-07-09 11:58:52 -04:00
kaybr01
f357b51453
Update preemption.mdx
...
Typo
2020-07-09 11:44:57 -04:00
Tim Gross
f32f8a773d
docs: fix markdown syntax in job stop page ( #8401 )
2020-07-09 08:45:25 -04:00
Rémi Lapeyre
f7a3e9e0a3
Fix typo in volume HTTP API documentation ( #8396 )
2020-07-09 08:33:45 -04:00
Chris Baker
9675a8e13b
[docs] more specific link in enterprise docs
2020-07-09 06:25:44 -05:00
Gale Fagan
301d291c4f
Update website/pages/docs/enterprise/index.mdx
...
Those pesky caps
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com >
2020-07-08 17:56:44 -07:00
Gale Fagan
40c2b2ff07
Update Enterprise docs page, add new features
2020-07-08 16:19:12 -07:00
Luiz Aoqui
6479150c45
docs: fix broken links and formatting of the autoscaler docs
2020-07-08 18:42:41 -04:00
Nick Ethier
3367f6d94a
docs: add CNI and host_network docs ( #8391 )
...
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
2020-07-08 15:45:04 -04:00
Seth Hoenig
44df264452
consul/connect: infer task name in service if possible
...
Before, the service definition for a Connect Native service would always
require setting the `service.task` parameter. Now, that parameter is
automatically inferred when there is only one task in the task group.
Fixes #8274
2020-07-08 13:31:44 -05:00
Chris Baker
dbafdc3889
correcting CSI Plugins API sample response
...
neither `structs.CSIPlugin` nor `api.CSIPlugin` contain `topologies`
2020-07-07 16:17:23 -05:00
Mahmood Ali
cfbdab7beb
address some review feedback
2020-07-07 13:09:50 -04:00
James Rasell
6969e6c57d
Merge pull request #8315 from hashicorp/autoscaler-docs-migration
...
docs: migration of Nomad Autoscaler docs with cluster updates.
2020-07-07 15:20:11 +02:00
Chris Baker
94d4a49250
fix spelling error to make linter happy
2020-07-07 02:02:19 +00:00
Jeff Escalante
31978394ed
learn -> tutorials in subnav
2020-07-06 18:43:54 -04:00
Mahmood Ali
1dfbb1a5f5
Merge pull request #8369 from hashicorp/docs-security-model
...
Add security model document
2020-07-06 17:37:05 -04:00
Tim Gross
f87d278d01
docs: note MRD is beta and removing regions doesn't work ( #8370 )
2020-07-06 16:02:10 -04:00
Mahmood Ali
344e1319cb
Add security model document
2020-07-06 14:54:49 -04:00
Chris Baker
1fbe58fcd8
Merge pull request #8360 from hashicorp/b-8355-better-scaling-validation
...
better error handling around Scaling->Max
2020-07-06 11:32:02 -05:00
Chris Baker
c231267fa8
Update plugins.mdx
...
bad example JSON response
2020-07-05 16:46:44 -05:00
Chris Baker
f015e02002
added scaling->min default discussion to group->count documentation
2020-07-04 18:33:19 +00:00
Jonathan Neal
39eb9412b1
Patch bump internal hashicorp dependencies ( #8300 )
...
* Bump internal hashicorp dependencies
* Trigger CI
* Add pointless changes to trigger CI
* Use next@canary
* Fixer upper
* Update package-lock.json
* Bump dependencies to resolve issues with mdx permalink styles
2020-07-02 17:56:09 -04:00
Lang Martin
0980539582
doc: add api docs to agent page ( #8339 )
...
* doc: add api docs to agent page
* docs: add a sentence about redaction
2020-07-02 11:04:55 -04:00
Drew Bailey
0fb0b7192e
podman documentation ( #8331 )
...
* podman documentation
* capitalizations
2020-07-01 16:41:39 -04:00
Mahmood Ali
42c1839a7b
document namespace option in CLI docs
2020-07-01 15:31:41 -04:00
Mahmood Ali
7286f8ef84
document namespace=* in relevant APIs
2020-07-01 15:20:57 -04:00