mrspanishviking
a53bc6130d
docs: fixes broken links
...
Fixed broken links for the remote task driver ECS page
2021-05-19 12:56:08 -07:00
Daniel Durante
dc52c8c0e9
docs: fixes typo within volume registration page
2021-05-19 08:36:38 -04:00
Tim Gross
324be52991
docs: ensure definitions have anchors
...
Move the words being defined in the /docs/internal/architecture page to be
small headers so that they can be linked to with anchors from Learn guides and
other documentation location.
2021-05-18 15:05:11 -04:00
Mike Wickett
b7fc7c3d76
patch images ( #10607 )
2021-05-18 11:14:09 -04:00
mrspanishviking
52c95db9cf
docs: update enterprise license page
...
Added a link to the enterprise license tutorial and updated the trial link to use the recommended marketing url.
2021-05-18 07:25:54 -07:00
Ahmed
8d41e22405
Update service.mdx
2021-05-17 15:41:50 -04:00
Seth Hoenig
591f0f0219
docs: minor wording tweaks + cl
2021-05-17 12:52:52 -06:00
Seth Hoenig
f64baec276
docs: update docs for linux capabilities in exec/java/docker drivers
...
Update docs for allow_caps, cap_add, cap_drop in exec/java/docker driver
pages. Also update upgrade guide with guidance on new default linux
capabilities for exec and java drivers.
2021-05-17 12:37:40 -06:00
Michael Schurter
d775c33479
Merge pull request #10550 from hashicorp/docs-rtd
...
Remote Task Driver docs
2021-05-14 10:49:35 -07:00
Michael Schurter
f560120588
Apply suggestions from code review
...
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com>
2021-05-14 10:45:12 -07:00
Michael Schurter
e9de5e5323
docs: mention #10592 in rtd docs
2021-05-13 15:14:56 -07:00
Michael Schurter
9eedb124ad
docs: document remote task drivers & ecs driver
2021-05-13 10:43:46 -07:00
Mahmood Ali
abf6418976
add a section about memory oversubscription ( #10573 )
...
add a section about memory oversubscription
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2021-05-13 13:35:51 -04:00
Tim Gross
d161d79b67
docs: fix fields in 'volume create' example
...
The `capacity` block was removed during implementation in lieu of the
`capacity_max` and `capacity_min` fields, but it wasn't removed from the
example in the documentation.
2021-05-13 08:48:49 -04:00
Joel May
bfaf8cf040
minor: update 'Cloudflare' capitalization
2021-05-12 15:15:54 -07:00
Seth Hoenig
1e75f99839
drivers/docker+exec+java: disable net_raw capability by default
...
The default Linux Capabilities set enabled by the docker, exec, and
java task drivers includes CAP_NET_RAW (for making ping just work),
which has the side affect of opening an ARP DoS/MiTM attack between
tasks using bridge networking on the same host network.
https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities
This PR disables CAP_NET_RAW for the docker, exec, and java task
drivers. The previous behavior can be restored for docker using the
allow_caps docker plugin configuration option.
A future version of nomad will enable similar configurability for the
exec and java task drivers.
2021-05-12 13:22:09 -07:00
Mike Nomitch
859fa96308
docs: add detail to 1.1 upgrade guide for licensing
2021-05-10 12:28:05 -04:00
Mike Noordermeer
2445bece66
docs: clarify that a default update strategy is used when update strategy is omitted
2021-05-10 08:27:22 -04:00
Luiz Aoqui
3e4a3ff8eb
docs: restructure autoscaling plugins menu ( #10534 )
...
* docs: restructure autoscaling plugins menu
* docs: add autoscaling threshold strategy (#10535 )
2021-05-07 14:21:50 -04:00
Chris Baker
263ddd567c
Node Drain Metadata ( #10250 )
2021-05-07 13:58:40 -04:00
Tim Gross
1fdb4c1511
documentation for disable_default_tcp_check
2021-05-07 13:16:39 -04:00
Seth Hoenig
62d76ee63a
docs: add agent consul grpc_address docs
...
We already supported this configuration, but forgot to document it.
2021-05-07 09:25:09 -06:00
Seth Hoenig
20ae274ecb
Merge pull request #10532 from hashicorp/docs-fixup-dc-region-arch-words-10515
...
docs: fixup wording around datacenters and regions on architecture docs
2021-05-07 09:02:43 -06:00
Mahmood Ali
488cd1e336
annotate 1.1 beta fields
2021-05-07 10:21:16 -04:00
Mike Nomitch
e1298e4704
Moving licensing to the top of the upgrade guide and clarifying wording
2021-05-07 08:17:17 -04:00
Mike Nomitch
fa7f03f6f5
website: adding trial links
2021-05-07 08:17:17 -04:00
Seth Hoenig
9668c3e429
docs: fixup wording around datacenters and regions on architecture docs
...
Part of #10515
2021-05-06 16:18:02 -06:00
Buck Doyle
588ab6fb30
docs: Fix missing link to operator debug ( #10523 )
2021-05-06 11:29:41 -05:00
Mahmood Ali
5ea431a792
expose NOMAD_MEMORY_MAX_LIMIT env var ( #10514 )
...
Follow up to memory oversubscription - expose an env-var to indicate when memory oversubscription is enabled and what the limit is.
This will be helpful for setting hints to app for memory management.
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com>
2021-05-05 12:09:56 -04:00
Nick Ethier
42bbe6978d
website: reserved cores docs
2021-05-05 08:11:41 -04:00
Drew Bailey
a86477021f
remove license put command references ( #10501 )
2021-05-04 08:39:56 -04:00
Charlie Voiselle
19b35833de
Adding environment variables to Command overview page
2021-05-03 08:12:45 -04:00
Andy Assareh
1616f80211
git example - suggest providing real repo
...
when troubleshooting it is better if this command will actually work (pointing to a real repository)
2021-05-03 08:12:10 -04:00
Mahmood Ali
ba49661198
Docs memory oversubscription ( #10478 )
...
* update docs
* document memory_oversubscription_enabled scheduler config
2021-04-30 14:07:56 -04:00
Luiz Aoqui
154b2105ac
docs: add FAQ for Docker Desktop for Windows and MacOS ( #10390 )
...
* docs: add FAQ for Docker Desktop for Windows and MacOS
* docs: add win
* docs: add docker desktop note to docker driver page
2021-04-29 19:53:12 -04:00
Luiz Aoqui
f1b9055d21
Add metrics for blocked eval resources ( #10454 )
...
* add metrics for blocked eval resources
* docs: add new blocked_evals metrics
* fix to call `pruneStats` instead of `stats.prune` directly
2021-04-29 15:03:45 -04:00
Tim Gross
9e1d4981f0
docs: Enterprise licensing updates
2021-04-28 14:46:06 -04:00
catinthetap
b84cd7d61d
docs: update filesystem.mdx to fix typo
2021-04-28 08:11:05 -04:00
James Rasell
4e18e9ea8b
docs: add detail on launching autoscaler external plugins.
2021-04-26 11:19:15 +02:00
kphunter
59209f4165
Fix path tip
2021-04-23 22:03:53 -07:00
Luiz Aoqui
29171be859
docs: reorganize autoscaling agent config ( #10383 )
2021-04-23 09:53:58 -04:00
changli0617
5c820bae59
Small typo fixes ( #10427 )
...
Co-authored-by: Charlie Voiselle <464492+angrycub@users.noreply.github.com>
2021-04-22 12:16:21 -07:00
changli0617
b74cb407bd
Merge pull request #10384 from hashicorp/mw.partnership-page
...
website: add partnerships page
2021-04-22 11:38:05 -07:00
changli0617
d80d7229d5
Update partnerships.mdx
2021-04-21 15:20:04 -07:00
Buck Doyle
2a72920af1
docs: Fix minor fuzzy search things ( #10423 )
2021-04-21 14:55:17 -05:00
James Rasell
02ee9f605e
Merge pull request #10409 from hashicorp/f-docs-gh-10406
...
docs: update autoscaler target plugins to include datacenter field.
2021-04-21 10:15:45 +02:00
Charlie Voiselle
ef8ca60693
Enable go-sockaddr templating for network-interface
( #10404 )
...
Add templating to `network-interface` option.
This PR also adds a fast-fail to in the case where an invalid interface is set or produced by the template
* add tests and check for valid interface
* Add documentation
* Incorporate suggestions from code review
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
2021-04-20 13:55:10 -04:00
Seth Hoenig
4e6dbaaec1
Merge pull request #10184 from hashicorp/f-fuzzy-search
...
api: implement fuzzy search API
2021-04-20 09:06:40 -06:00
James Rasell
d55ae5d194
docs: update autoscaler target plugins to include datacenter field.
2021-04-20 14:01:19 +02:00
Johan Siebens
8f358838e2
website: added digitalocean droplets plugin to community plugins index
2021-04-20 10:25:21 +02:00