Commit Graph

476 Commits

Author SHA1 Message Date
Kevin Wang
636345a167 fix(website): hide version select on /plugins & /tools (#12145)
* fix(website/plugins): display version select

* fix: hide version select on `/tools` + `/plugins`
2022-02-28 12:44:08 -05:00
Kevin Wang
be08f0ae3f feat: versioned docs (#11407) 2021-12-13 16:21:57 -05:00
Bryce Kalow
ee79587a67 feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
Tim Gross
df298a44d9 docs: update website links from master to main 2021-03-09 14:42:24 -05:00
Jeff Escalante
057efe9fa3 fix 'edit this page' links 2021-01-06 19:01:32 -05:00
Jeff Escalante
0eae603a86 implement mdx remote 2021-01-05 19:02:39 -05:00
Michael Schurter
3520c62605 docs: mention client can be non-root
I want to strike a balance here:

- On the one hand there are use cases (raw_exec or Docker only) where
  running Nomad clients as an unprivileged user is *preferable.*
- On the other hand running Nomad clients as root is our main and best
  tested environment. So I want to leave that a strong recommendation.
2021-01-05 11:08:23 -08:00
Michael Schurter
e0a83f2b3d docs: remove old client.options migration note
There's no reason to give the `client.options` to `plugins` migration
top billing on the client configuration page. Remove and and clarify the
more appropriately placed note down below.
2021-01-05 10:56:14 -08:00
Michael Schurter
bec3caa6e8 docs: note that 1.0.2 is unreleased 2021-01-05 10:06:39 -08:00
Luiz Aoqui
8b0fa8b7d3 Merge pull request #9429 from hashicorp/docs-update-autoscale-policy
docs: update file scaling policy docs
2021-01-05 11:10:11 -05:00
Gunadhya
489f89f3bf Added Enterprise Badges in Docs (#9706) 2021-01-05 09:44:37 -05:00
Tim Gross
c4dc3f1ed1 resolve comments from code review 2021-01-04 18:52:14 -05:00
Luiz Aoqui
033f4fbd3f docs: update file scaling policy docs 2021-01-04 18:52:11 -05:00
Tim Gross
ba596ea1e3 docs: update metrics tables 2021-01-04 12:47:35 -05:00
Aaron Harper
bd276c3e63 Fixed typo in index.mdx 2021-01-01 23:04:04 -05:00
Kris Hicks
b4f7e113da docs: Remove network_speed client config field (#9685) 2020-12-21 07:26:25 -08:00
Kris Hicks
af34ccccf9 docs: Document required name for expose=true check (#9691) 2020-12-18 14:34:47 -08:00
Chris Baker
db6bb50b0d Merge pull request #9693 from hashicorp/docs-7655-lifecycle-block
docs: more documentation for lifecycle stanza
2020-12-18 16:12:25 -06:00
Chris Baker
09b1af3890 typo fixes 2020-12-18 22:12:12 +00:00
Tim Gross
39bf72676e docs: data directory permissions 2020-12-18 16:43:01 -05:00
Chris Baker
ef03db613d Update website/pages/docs/job-specification/lifecycle.mdx
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-12-18 14:30:44 -06:00
Chris Baker
513a168580 Update website/pages/docs/job-specification/lifecycle.mdx
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-12-18 14:30:17 -06:00
Chris Baker
5d100df9fe docs: more documentation for lifecycle stanza 2020-12-18 20:18:45 +00:00
Kris Hicks
5d3b32a65f docs: Add quota removal step to namespace apply (#9684) 2020-12-18 10:55:31 -08:00
Tim Gross
8d0fdb0472 docs: clarify behavior of plugin block merging
Although this behavior is unfortunate, we want to document the existing
behavior rather than break backwards compatibility.
2020-12-18 11:56:02 -05:00
Tim Gross
4981e5ecfb docs: document SIGHUP handling behavior 2020-12-18 11:55:00 -05:00
Tim Gross
f43128ce5e docs: describe gossip encryption encoding requirements 2020-12-18 09:58:42 -05:00
Tim Gross
dd0e507115 docs: clarify which address configurations can include ports 2020-12-18 09:42:06 -05:00
Seth Hoenig
ac24722ead docs: improve gateway docs 2020-12-17 11:08:48 -06:00
Seth Hoenig
5adcfc4a31 docs: gateway task docs changes
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-12-17 10:37:02 -06:00
Seth Hoenig
fe91f37640 docs: gateway task docs changes
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-12-17 10:36:56 -06:00
Seth Hoenig
7c98547247 docs: gateway task docs changes
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-12-17 10:36:42 -06:00
Seth Hoenig
81d82dc651 consul/connect: enable configuring custom gateway task
Add the ability to configure the Task used for Connect gateways,
similar to how sidecar Task can be configured.

The implementation here simply re-uses the sidecar_task stanza,
and now gets applied whether connect.sidecar_service or
connect.gateway is the thing being defined. In retrospect,
connect.sidecar_task could have been more generically named
like connect.task to make it a little more re-usable.

Closes #9474
2020-12-17 08:51:52 -06:00
Mahmood Ali
5365ed3b43 note that the mount flag was added in 1.0.1 2020-12-16 18:56:08 -05:00
Mahmood Ali
f365f7a9d0 document the new /dev/disk1s5 on / (apfs, local, read-only, journaled)
devfs on /dev (devfs, local, nobrowse)
/dev/disk1s1 on /System/Volumes/Data (apfs, local, journaled, nobrowse)
/dev/disk1s4 on /private/var/vm (apfs, local, journaled, nobrowse)
map auto_home on /System/Volumes/Data/home (autofs, automounted, nobrowse)
/dev/disk2s1 on /Volumes/nRF Connect 3.6.1 (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by notnoop) syntax
2020-12-16 17:25:02 -05:00
Mahmood Ali
e6e86e9095 Revert "docs: deactivate var-file section"
This reverts commit 4ad0a882ec.
2020-12-16 17:17:16 -05:00
Mahmood Ali
6389d7965b Revert "docs: remove envvar option"
This reverts commit 205a1de6f3.
2020-12-16 17:17:09 -05:00
Tim Gross
004f1c972f template: trigger change_mode for dynamic secrets on restore (#9636)
When a task is restored after a client restart, the template runner will
create a new lease for any dynamic secret (ex. Consul or PKI secrets
engines). But because this lease is being created in the prestart hook, we
don't trigger the `change_mode`.

This changeset uses the the existence of the task handle to detect a
previously running task that's been restored, so that we can trigger the
template `change_mode` if the template is changed, as it will be only with
dynamic secrets.
2020-12-16 13:36:19 -05:00
Mahmood Ali
0993d5ce70 docs: more notes about hcl2 compatibility (#9634)
Make backward compatibility notes about Task Driver config options. Namely, call out the use of blocks with non-identifier attributes (like in docker systctl and storage_options) or nesting block syntax within an attribute assignment. Neither of these are valid HCL2. The solution is relatively simple: We can add = and quote the non-identifier attribute names.

Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-12-14 17:07:09 -05:00
Mahmood Ali
205a1de6f3 docs: remove envvar option 2020-12-11 13:34:53 -05:00
Seth Hoenig
6fe1df166c Merge pull request #9611 from hashicorp/b-gateway-concurrency
consul/connect: set default Envoy worker threads for gateways
2020-12-10 12:44:28 -06:00
Mahmood Ali
64caae7393 Apply suggestions from code review
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com>
2020-12-10 12:21:01 -05:00
Mahmood Ali
d4b153aded note environment variables needing to be valid unicode identifier 2020-12-10 12:03:19 -05:00
Mahmood Ali
4ad0a882ec docs: deactivate var-file section
--var-files has a bug where we don't honor it properly.  Let's remove it
from docs, to be enabled for 1.0.1.
2020-12-10 12:03:19 -05:00
Mahmood Ali
e7ace9f004 docs: ensure meta keys are not quoted 2020-12-10 12:03:19 -05:00
Seth Hoenig
fdcfaed92a consul/connect: set default Envoy worker threads for gateways
Applying the default --concurrency for gateways was missed before.
Set the default Envoy concurrency to 1 for connect gateways. The
same override value meta.connect.proxy_concurrency applies.
2020-12-10 10:36:29 -06:00
Mahmood Ali
3ce044876e unquote env attributes 2020-12-10 11:30:01 -05:00
André Peters
82828aaa00 Update index.mdx
"Invalid argument name; Argument names must not be quoted."
2020-12-10 08:21:47 -05:00
Mike Wickett
a0fd438d9d website: Update k8s comparison docs, ecosystem and community (#9557)
* website: add k8s vs callout to homepage

* website: move resources to community

* website: add k8s comparison, ecosytem to docs

* website: update redirects

* website: fix homepage link

* website: fix sidebar data

* Update website/pages/docs/nomad-vs-kubernetes/index.mdx

Co-authored-by: changli0617 <39781496+changli0617@users.noreply.github.com>

* Update website/pages/docs/nomad-vs-kubernetes/alternative.mdx

Co-authored-by: changli0617 <39781496+changli0617@users.noreply.github.com>

* Update website/pages/docs/nomad-vs-kubernetes/alternative.mdx

Co-authored-by: changli0617 <39781496+changli0617@users.noreply.github.com>

* Update website/pages/docs/nomad-vs-kubernetes/alternative.mdx

Co-authored-by: changli0617 <39781496+changli0617@users.noreply.github.com>

Co-authored-by: changli0617 <39781496+changli0617@users.noreply.github.com>
2020-12-08 12:09:15 -05:00
Mahmood Ali
c7c386474d Remove Beta tag from 1.0 features (#9562)
* docs: Remove 1.0 beta warning about HCL2.0 docs

* docs: multiregion is not beta anymore either

* docs: scaling isn't beta

* docs: neither is events api
2020-12-08 09:39:25 -05:00