Commit Graph

20360 Commits

Author SHA1 Message Date
Tim Gross
ba596ea1e3 docs: update metrics tables 2021-01-04 12:47:35 -05:00
Tim Gross
5b3357180c client: improve alloc GC API error messages (#9488)
The client allocation GC API returns a misleading error message when the
allocation exists but is not yet eligible for GC. Make this clear in the error
response.

Note in the docs that the allocation will still show on the server responses.
2021-01-04 11:34:12 -05:00
James Rasell
3153c1449f Merge pull request #9584 from hashicorp/f-docs-api-job-reg-preserve-counts
docs: add PreserveCounts param to job API doc.
2021-01-04 16:01:17 +01:00
Mahmood Ali
2c2c4e0fe9 Merge pull request #9672 from hashicorp/b-bootstrapping-unexpectedly
Don't bootstrap when `bootstrap_expect` is zero
2021-01-04 09:26:48 -05:00
Mahmood Ali
c582bfbc7e add changelog 2021-01-04 09:09:58 -05:00
Mahmood Ali
926cf25a61 tweak bootstrap testing 2021-01-04 09:00:40 -05:00
Michael Schurter
e752c5c14d build: prep for 1.0.2 development (#9687) 2021-01-04 08:38:16 -05:00
Jerome Gravel-Niquet
6789f7ad61 print the actual fingerprint error instead of an unrelated (and probably nil) error 2021-01-04 08:20:29 -05:00
James Rasell
4c5a11e78f Merge pull request #9714 from goodoldneon/patch-1
Fixed typo in index.mdx
2021-01-04 09:48:26 +01:00
Aaron Harper
bd276c3e63 Fixed typo in index.mdx 2021-01-01 23:04:04 -05:00
Drew Bailey
7a5ac679d2 Docs/operator subpages (#9689)
* operator subpages

* line wrapping, fixed
2020-12-21 10:29:06 -05:00
Kris Hicks
b4f7e113da docs: Remove network_speed client config field (#9685) 2020-12-21 07:26:25 -08:00
Chris Baker
f3d1fc3bb9 Merge pull request #9696 from hashicorp/docs-7655-lifecycle-json
docs: added lifecycle example to JSON Jobs API docs
2020-12-18 16:41:10 -06:00
Kris Hicks
af34ccccf9 docs: Document required name for expose=true check (#9691) 2020-12-18 14:34:47 -08:00
Chris Baker
ed5a4b5984 docs: added lifecycle example to JSON Jobs API docs 2020-12-18 22:26:30 +00: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
Drew Bailey
e20dff75ae add job register preservecounts param, update job versions response (#9676)
* add job register preservecounts param, update job versions response

* include job version diffs param

* update
2020-12-18 14:54:39 -05:00
Kris Hicks
5d3b32a65f docs: Add quota removal step to namespace apply (#9684) 2020-12-18 10:55:31 -08:00
Chris Baker
d8e9012d64 Merge pull request #9682 from hashicorp/docs-7795-device-plugin-api
docs: added examples of device responses to api docs
2020-12-18 12:22:11 -06:00
Kris Hicks
19d5cd0249 makefile: Re-scope VERBOSE=true, update build warnings (#9675)
* Set 'only' ALL_TARGETS rather than append

This is functionally no different than before, but it's more correct.

* Re-scope VERBOSE=true

Previously this was only set when the OS was Linux; this was added in
805ade7d3.

* Warn about unsupported OS rather than error

Also:

* Only print the warning when trying to build Nomad
* Print correct list of supported OSes
2020-12-18 09:54:14 -08:00
Kris Hicks
7c31cb1294 README: Align with Consul README (#9681)
* Add alt text to Nomad logo
* Hoist Resources
* Use description from nomadproject.io
* Getting Started -> Quick Start
* Add production cluster section to Quick Start
* Remove "Who Uses Nomad"
* Move Contributing to contributing/README.md
* Add link to homepage from hero image
2020-12-18 09:38:34 -08:00
Chris Baker
0f7b7e5c90 docs: added examples of device responses to api docs 2020-12-18 17:30:26 +00: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
Mahmood Ali
44be6e364a Only bootstrap when bootstrap_expect 2020-12-17 20:06:14 -05:00
Mahmood Ali
d68bede993 add a failing test for unexpected bootstrapping 2020-12-17 20:06:14 -05:00
Michael Lange
36375606ec Merge pull request #9664 from hashicorp/b-ui/topo-viz-orphaned-allocs
UI: Quietly ignore orphaned allocs in the topo viz
2020-12-17 11:47:03 -08:00
Tim Gross
be42702062 changelog: add missing entry from 0.12.4 2020-12-17 14:31:43 -05:00
Michael Lange
b96ca93873 Quietly ignore orphaned allocs in the topo viz 2020-12-17 11:18:43 -08:00
Seth Hoenig
dde3780194 Merge pull request #9639 from hashicorp/f-gateway-task
consul/connect: enable configuring custom gateway task
2020-12-17 11:10:16 -06: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
Tim Gross
cee67869b9 e2e: document some design goals 2020-12-17 10:33:33 -05:00
Tim Gross
1574977a79 e2e: bump default version of dev cluster 2020-12-17 10:33:33 -05:00
Tim Gross
8f0134227d e2e: move dnsmasq config into dnsmasq service unit (#9660)
Our dnsmasq configuration needs host-specific data that we can't configure in
the AMI build. But configuring this in userdata leads to a race between
userdata execution, docker.service startup, and dnsmasq.service startup. So
rather than letting dnsmasq come up with incorrect configuration and then
modifying it after the fact, do the configuration in the service's prestart,
and have it kick off a Docker restart when we're done.
2020-12-17 10:33:19 -05: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
0f85a349ff Merge pull request #9656 from hashicorp/docs-hcl2-tweaks-1.0.1
Update HCL2 docs for 1.0.1
2020-12-16 18:56:57 -05:00
Mahmood Ali
5365ed3b43 note that the mount flag was added in 1.0.1 2020-12-16 18:56:08 -05:00
Michael Schurter
3812b6bbd5 Merge pull request #9657 from hashicorp/docs-update-cl
docs: move changelog entry
2020-12-16 15:43:48 -08:00
Seth Hoenig
bb55a2f396 docs: move changelog entry 2020-12-16 17:42:28 -06: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