Drew Bailey
b296558b8e
oss compoments for multi-vault namespaces
...
adds in oss components to support enterprise multi-vault namespace feature
upgrade specific doc on vault multi-namespaces
vault docs
update test to reflect new error
2020-07-24 10:14:59 -04:00
Mahmood Ali
bc19dd6b76
Just a small doc fix, `acl token list` subcommand was missing in the list.
2020-07-24 10:09:30 -04:00
Mahmood Ali
4fb205343d
Merge pull request #8513 from hashicorp/security-model-add-recommendations
...
Add TLS and HTTP Header recommendations to security model documentation
2020-07-24 09:56:56 -04:00
James Rasell
29fbc15bb5
docs: add Namespace field to scale status GET example.
2020-07-24 14:45:50 +02:00
James Rasell
71d9c23e47
docs: clarify scaling stanza is not supported within system jobs.
2020-07-24 10:05:38 +02:00
Michael Schurter
1400e0480d
Merge pull request #8521 from hashicorp/docs-hearbeat
...
docs: s/hearbeat/heartbeat and fix link
2020-07-23 14:07:24 -07:00
Drew Bailey
f04a1d73bc
update version for 0.12.1
2020-07-23 15:36:33 -04:00
Michael Schurter
8340ad4da8
docs: s/hearbeat/heartbeat and fix link
...
Also fixed the same typo in a test. Fixing the typo fixes the link, but
the link was still broken when running the website locally due to the
trailing slash. It would have worked in prod thanks to redirects, but
using the canonical URL seems ideal.
2020-07-23 11:33:34 -07:00
Brandon Romano
412fee5c24
Revert "updating banner for webinar"
...
This reverts commit 2c4a801b7de8857a1cd58c40f1d7ff8be951102c.
2020-07-23 10:55:00 -07:00
Kent 'picat' Gruber
94d1a87c22
Small wording adjustment to prevent stuttering
...
Didn't catch this before, but caught it during my read through today.
2020-07-23 11:18:00 -04:00
Kent 'picat' Gruber
aa7e611fa0
Link to link to raw_exec driver
2020-07-23 11:15:29 -04:00
Kent 'picat' Gruber
534fc37ddf
Small style adjustment for security_opt
2020-07-23 11:14:53 -04:00
Kent 'picat' Gruber
e2c2e77415
Add HTTP Headers settings to the recommendations section
2020-07-23 11:12:35 -04:00
Kent 'picat' Gruber
23d0433596
Add TLS settings to the recommendations section
2020-07-23 11:11:40 -04:00
Nick Ethier
5167bae0d5
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
e66b224d78
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
f7c2ecb205
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
898d8d849d
docs: snapshot uses consul
2020-07-22 13:53:54 -04:00
Tim Gross
77f4189cd2
docs: expand explanation of task driver capabilities ( #8485 )
2020-07-22 12:14:20 -04:00
Michael Schurter
be43ae77f0
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
91e55d4bc3
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
b391ec2a06
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
ba25492fc4
docs: fix snapshot agent example config file syntax and values.
2020-07-22 13:30:18 +02:00
Lance Haig
014175de45
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
e095a70bd6
Add capabilities to task drivers' pages ( #8476 )
2020-07-21 14:54:31 -04:00
Mahmood Ali
b614d0a67b
docs: enabled option for nvidia device plugin ( #8480 )
2020-07-21 10:14:32 -04:00
Michael Schurter
30fbec3557
docs: document enterprise upgrade bug #8457
2020-07-17 11:57:29 -07:00
Charlie Voiselle
551ac184ee
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
b6e9265d0f
Merge pull request #8383 from hashicorp/docs-security-model-followup
...
Revise security model feedback
2020-07-15 13:11:39 -04:00
Charlie Voiselle
baaab98a0d
[docs] Reschedule does happen during deployments
2020-07-14 16:29:30 -04:00
Michael Schurter
64e81f0549
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
61b1aa5775
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
21a74b4bd4
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
d517c2e1d5
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
4fdad98b5d
Merge pull request #8405 from kaybr01/patch-1
...
Update preemption.mdx
2020-07-09 16:22:30 -07:00
Chris Baker
69dbefb3a2
version updates for 0.12.0
2020-07-09 16:16:53 +00:00
Kevin Pruett
9c7485a982
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
9804aacd5c
Update preemption.mdx
...
Typo
2020-07-09 11:44:57 -04:00
Tim Gross
a4b76e0203
docs: fix markdown syntax in job stop page ( #8401 )
2020-07-09 08:45:25 -04:00
Rémi Lapeyre
8f183abfd9
Fix typo in volume HTTP API documentation ( #8396 )
2020-07-09 08:33:45 -04:00
Chris Baker
56aea23b4e
[docs] more specific link in enterprise docs
2020-07-09 06:25:44 -05:00
Gale Fagan
bbdb568802
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
6d71b8f00b
Update Enterprise docs page, add new features
2020-07-08 16:19:12 -07:00
Luiz Aoqui
0b76c12cf8
docs: fix broken links and formatting of the autoscaler docs
2020-07-08 18:42:41 -04:00
Nick Ethier
119ece09a0
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
1a75da0ce0
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
111038513c
correcting CSI Plugins API sample response
...
neither `structs.CSIPlugin` nor `api.CSIPlugin` contain `topologies`
2020-07-07 16:17:23 -05:00
Mahmood Ali
865844df2a
address some review feedback
2020-07-07 13:09:50 -04:00
James Rasell
cf38a4ef7c
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
ed146a991f
fix spelling error to make linter happy
2020-07-07 02:02:19 +00:00
Jeff Escalante
7098b83aaf
learn -> tutorials in subnav
2020-07-06 18:43:54 -04:00
Mahmood Ali
55d10e6bd0
Merge pull request #8369 from hashicorp/docs-security-model
...
Add security model document
2020-07-06 17:37:05 -04:00
Tim Gross
c74d820ae1
docs: note MRD is beta and removing regions doesn't work ( #8370 )
2020-07-06 16:02:10 -04:00
Mahmood Ali
0e4346986d
Add security model document
2020-07-06 14:54:49 -04:00
Chris Baker
5b96c3d50e
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
4c20c5833e
Update plugins.mdx
...
bad example JSON response
2020-07-05 16:46:44 -05:00
Chris Baker
64feb9aacf
added scaling->min default discussion to group->count documentation
2020-07-04 18:33:19 +00:00
Jonathan Neal
76e2e38e40
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
ebfffbca20
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
194c414928
podman documentation ( #8331 )
...
* podman documentation
* capitalizations
2020-07-01 16:41:39 -04:00
Mahmood Ali
1917989a1f
document namespace option in CLI docs
2020-07-01 15:31:41 -04:00
Mahmood Ali
68ec45dd0f
document namespace=* in relevant APIs
2020-07-01 15:20:57 -04:00
Tim Gross
23be116da0
csi: add -force flag to volume deregister ( #8295 )
...
The `nomad volume deregister` command currently returns an error if the volume
has any claims, but in cases where the claims can't be dropped because of
plugin errors, providing a `-force` flag gives the operator an escape hatch.
If the volume has no allocations or if they are all terminal, this flag
deletes the volume from the state store, immediately and implicitly dropping
all claims without further CSI RPCs. Note that this will not also
unmount/detach the volume, which we'll make the responsibility of a separate
`nomad volume detach` command.
2020-07-01 12:17:51 -04:00
James Rasell
fdce1e43bb
docs: add autoscaler plugin ACL details and SIGHUP mention.
2020-07-01 15:41:16 +02:00
James Rasell
9cc5540926
docs: migration of Nomad Autoscaler docs with cluster updates.
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-07-01 13:03:49 +02:00
Chris Baker
b08f8841e4
updated website to reference beta2 on the downloads page
2020-06-30 21:19:08 +00:00
Mahmood Ali
07b5acb3cc
Merge pull request #8309 from hashicorp/b-docs-index-redirect
...
handle redirect index.html
2020-06-29 16:37:42 -04:00
Chris Baker
671af76bce
website redirect for /docs/job-specification/index.html
2020-06-29 17:15:44 +00:00
Mahmood Ali
627efc063a
handle redirect index.html
...
We moved away from supporting `/index.html`, so now we need to have
explicit redirects for them
2020-06-29 12:18:44 -04:00
Ricardo Martins
ce1fdc0dfc
docs: fix typo in upgrade instructions ( #8301 )
...
The suggested plugin configuration to re-enable Docker volumes was erroneously
using the singlular `volume` instead of the correct `volumes`, making the
client fail to parse the configuration and causing it not to start.
2020-06-29 08:27:45 -04:00
Michael Fellinger
8f41747645
Fix environment variable for NOMAD_ADDR ( #8302 )
2020-06-29 08:26:20 -04:00
Chris Baker
16351f3729
added redirect for /docs/index.html
2020-06-29 11:54:37 +00:00
Jeff Escalante
35b87e2b89
docs: update deployment guide title ( #7381 )
2020-06-26 09:26:27 -04:00
Ali
6ca679d182
docs: updated docs on Vault TLS settings ( #7097 )
...
Co-authored-by: Ali Ibrahim <ibrahimalihc@users.noreply.github.com>
2020-06-26 09:18:04 -04:00
Ali
4e52527c27
docs: runtime interpolation for AWS ( #7859 )
...
Co-authored-by: Ali Ibrahim <ibrahimalihc@users.noreply.github.com>
2020-06-26 09:16:34 -04:00
Sam Gluck
95a231551d
docs: add link to golang api GoDoc webpage ( #7174 )
2020-06-26 09:14:49 -04:00
Michael Schurter
d2a4e0557d
docs: clarify healthy/progress_deadline relationship
...
Validation code already enforces this, but I think documenting it makes
it more immediately clear how the 2 settings interact.
2020-06-26 09:02:32 -04:00
Mahmood Ali
ac066c4fc8
Merge pull request #8233 from bmenn/master
...
Fixes Nvidia plugin configuration docs (#7711 )
2020-06-26 08:31:44 -04:00
James Rasell
9062a2d27e
Merge pull request #7752 from hashicorp/docs-update-datadog-agent-link
...
docs: update Datadog agent telemetry link to rewritten version.
2020-06-26 08:19:22 +02:00
Noel Quiles
e3ad5bc2d3
Merge pull request #8254 from EnMod/nq.add-betterhelp-casestudy-quote
...
[Website] Add quote for CaseStudy carousel from BetterHelp
2020-06-25 14:16:45 -04:00
Lang Martin
717741a4cb
doc: nomad debug cli ( #8278 )
...
* doc: nomad debug cli
* CHANGELOG
* website/data/docs-navigation: add debug to navigation
* contributing/checklist-command: add website nav link to checklist
2020-06-25 13:48:27 -04:00
Tim Gross
d1f3c40098
docs: spellcheck fix for multiregion ( #8286 )
2020-06-25 12:56:40 -04:00
Mahmood Ali
4f1df4af40
Merge pull request #8261 from hashicorp/f-disable-host-volume-by-default
...
Restrict Host filesystem access in Docker and Qemu
2020-06-25 07:51:13 -04:00
Mahmood Ali
e66f849619
website: declare dotenv dependency
2020-06-24 15:22:30 -04:00
Kevin Pruett
96ba670f7d
Merge pull request #8201 from pruett/pruett.algolia-index-ci
...
Stub Algolia indexing job via CI
2020-06-24 12:17:47 -04:00
Tim Gross
13776cc9dc
docs: fix broken link in server config ( #8267 )
...
* missing the trailing `)`
* consistency with the code span
* minor grammar fix ("is" to "are")
2020-06-24 11:53:19 -04:00
Seth Hoenig
3872b493e5
Merge pull request #8011 from hashicorp/f-cnative-host
...
consul/connect: implement initial support for connect native
2020-06-24 10:33:12 -05:00
Seth Hoenig
011c6b027f
connect/native: doc and comment tweaks from PR
2020-06-24 10:13:22 -05:00
Mahmood Ali
2d64a404e6
docs: update docs for host path flags
2020-06-24 08:03:56 -04:00
James Rasell
1530cd58d0
docs: fix license command index page formatting.
2020-06-24 08:16:41 +02:00
Kevin Pruett
81c6c7d65f
Utilize Next.js env variable conventions
2020-06-23 22:40:37 -04:00
Kevin Pruett
04f2e673ba
Setup Algolia indexing job in CI
2020-06-23 22:40:17 -04:00
Kevin Pruett
97ddb74a6c
Merge pull request #8092 from hashicorp/je.website-maintenance-6-1-20
...
🌷 Website Maintenance
2020-06-23 18:14:36 -04:00
Jeff Escalante
6a1e059ff4
Dependency updates and improvements
2020-06-23 17:43:43 -04:00
Tim Gross
010d94d419
multiregion: job stop across regions with -global flag ( #8258 )
...
Adds a `-global` flag for stopping multiregion jobs in all regions at
once. Warn the user if they attempt to stop a multiregion job in a single
region.
2020-06-23 15:56:04 -04:00
Seth Hoenig
6c5ab7f45e
consul/connect: split connect native flag and task in service
2020-06-23 10:22:22 -05:00
Noel Quiles
ed862e9cec
Add quote for CaseStudy carousel from BetterHelp
2020-06-23 11:18:31 -04:00
Alexandra Freeman
8918408967
Update index.jsx
...
Per Slack conversation on April 30 with Schmichael and Gale. Aligning navigation verbiage with other .io sites (Community instead of Resources). Page updates remove Gitter and Mailing List links to direct users to the Forum. Also changed some header content and positioning. If this all doesn't work based on full content of page, happy to brainstorm a better approach. Thank you for reviewing!
2020-06-23 08:47:06 -04:00
Mahmood Ali
d30a7c3e37
Merge pull request #8031 from BijanJohn/reschedule_delay_requirement
...
add notes about delay requirement for reschedule
2020-06-23 08:39:03 -04:00
Richard Kettelerij
01fc6e9525
Add missing CLI flag to Nomad snapshot example
2020-06-22 21:52:33 +02:00