Tim Gross
73c95a92b0
docs: update CSI create/register fields
...
Add new `access_mode`/`attachment_mode` fields. Make it more clear which set
of fields belong to create vs register. Update the example spec that's
generated by `volume init`.
2021-04-07 11:24:09 -04:00
Luiz Aoqui
6caee502bf
docs: add empty_ignore_system node selector strategy for autoscaling ( #10306 )
2021-04-06 13:02:56 -04:00
Michael Lange
e99d5a86e6
Fix the broken link in the bootstrapping custom scheduler warning
2021-04-05 14:27:22 -07:00
Drew Bailey
af00546d2d
allow setting stale flag from cli to retrieve individual server license ( #10300 )
2021-04-05 15:35:14 -04:00
Seth Hoenig
2922839fff
docs: apply suggestions from code review
...
Co-authored-by: Tim Gross <tgross@hashicorp.com >
2021-04-05 10:03:19 -06:00
Seth Hoenig
a97254fa20
consul: plubming for specifying consul namespace in job/group
...
This PR adds the common OSS changes for adding support for Consul Namespaces,
which is going to be a Nomad Enterprise feature. There is no new functionality
provided by this changeset and hopefully no new bugs.
2021-04-05 10:03:19 -06:00
James Rasell
442d640704
docs: add fixed-value and pass-through autoscaler plugin docs. ( #10278 )
...
docs: add fixed-value and pass-through autoscaler plugin docs.
2021-04-01 16:11:37 -04:00
Luiz Aoqui
71d5d17d7d
Merge pull request #10199 from hashicorp/docs-update-autoscaling-aws-permission
...
docs: Update AWS permission requirements for the Autoscaler
2021-04-01 16:10:28 -04:00
Luiz Aoqui
eff770046d
Merge pull request #10183 from hashicorp/docs-autoscaling-policy-eval-cli
...
docs: add Autoscaler CLI flags for policy eval configuration
2021-04-01 16:10:01 -04:00
Tim Gross
730c22656b
CSI: volume snapshot
2021-04-01 11:16:52 -04:00
James Rasell
169579369f
docs: add autoscaling docs to detail node selector strategy feat.
2021-04-01 08:47:16 +02:00
Tim Gross
2a4d075522
docs: CLI commands for volume create/delete
2021-03-31 16:37:09 -04:00
Drew Bailey
9f0a4d4964
Docs/licensing reference docs ( #10260 )
...
* add a license docs page
* license reference docs
* update wording
* use new docs-nav
* rm file held over from rebase, fix path
2021-03-31 10:24:27 -04:00
Bryce Kalow
ee79587a67
feat(website): migrates to new nav data format ( #10264 )
2021-03-31 08:43:17 -05:00
Seth Hoenig
7da9ece876
Merge pull request #10243 from apollo13/issue10239
...
Automatically populate `CONSUL_HTTP_ADDR` for connect native tasks in host networking mode.
2021-03-30 09:00:17 -05:00
Florian Apolloner
f21ab14690
Automatically populate CONSUL_HTTP_ADDR for connect native tasks in host networking mode. Fixes #10239
2021-03-28 14:34:31 +02:00
Chris Baker
b72bafaaed
Merge pull request #10125 from hashicorp/docs-autoscaler-409-plugins
...
autoscaler plugin docs
2021-03-28 07:07:24 -05:00
Luiz Aoqui
233dba8bc2
docs: minor updates on autoscaling plugin guides
2021-03-26 16:55:24 -04:00
Tim Gross
8dc695987c
docs: note that Connect requires a hard-coded port
...
Co-authored-by: Kris Hicks <khicks@hashicorp.com >
2021-03-26 14:43:29 -04:00
Shishir
12fc27cc08
Update containerd task driver docs. ( #10244 )
2021-03-26 14:42:27 -04:00
Taylor Dolezal
554f69394c
Change enable to enabled
2021-03-25 14:10:54 -04:00
Daniel Santos
26ba3fa9d3
Update /v1/job API docs with namespace parameter
2021-03-24 09:31:39 -04:00
Drew Bailey
4484d361ee
configuration and oss components for licensing ( #10216 )
...
* configuration and oss components for licensing
* vendor sync
2021-03-23 09:08:14 -04:00
Chris Baker
acb116b2c4
website: added senlin plugin to community plugins index
2021-03-22 19:01:49 +00:00
Chris Baker
55ebc37af9
website: documentation for autoscaler plugins
2021-03-19 15:38:28 +00:00
Luiz Aoqui
b51d0f1efe
docs: update Autoscaler AWS permissions
2021-03-18 20:41:53 -04:00
Tim Gross
7c7569674c
CSI: unique volume per allocation
...
Add a `PerAlloc` field to volume requests that directs the scheduler to test
feasibility for volumes with a source ID that includes the allocation index
suffix (ex. `[0]`), rather than the exact source ID.
Read the `PerAlloc` field when making the volume claim at the client to
determine if the allocation index suffix (ex. `[0]`) should be added to the
volume source ID.
2021-03-18 15:35:11 -04:00
Tim Gross
618d64ba37
csi: volume init command
...
Create a convenience command for generating example CSI volume specifications,
similar to the existing `nomad job init` or `nomad quota init` commands.
2021-03-18 14:24:40 -04:00
Dave May
9138d374d6
docs: add missing dashes to operator debug Usage ( #10192 )
2021-03-17 15:13:04 -04:00
Luiz Aoqui
b859819f70
docs: add Autoscaler CLI flags for policy eval configuration
2021-03-15 18:04:35 -04:00
Tim Gross
e200caae45
docs: clarify HCL is parsed in CLI
2021-03-15 15:41:43 -04:00
Florian Apolloner
8b3ea4ea9a
docker: support configuring default log driver in plugin options
2021-03-12 16:04:33 -05:00
Luiz Aoqui
e873675a5b
docs: add ports to jobspec overview example
2021-03-12 13:36:39 -05:00
Michael Schurter
927392462c
docs: remove mention of api versioning
...
We've only ever had 1 API version, and we've broken backward
compatibility extremely rarely. Nothing changed about this with the
release of 1.0, let's just remove these sentences and save everybody
some reading.
2021-03-12 08:51:22 -08:00
Michael Schurter
7d7bda7f1b
docs: describe k8s in terms of "Linux containers"
...
The terminology here is a bit tricky. Technically Kuberbetes deprecated
their Docker *runtime* support but can still run Docker images. Sadly in
a lot of people's minds "Docker" and "containers" are nearly synonymous.
I think "Linux containers" is a more accurate characterization of
Kubernetes focus than "Docker" at this point.
Fixes #10120
2021-03-11 17:49:13 -08:00
James Rasell
ded978c34c
Merge pull request #10140 from hashicorp/b-gh-10070
...
agent: return req error if prometheus metrics are disabled.
2021-03-10 17:11:39 +01:00
James Rasell
9263f4052a
correctly format variable name within upgrade doc
...
Co-authored-by: Tim Gross <tgross@hashicorp.com >
2021-03-10 15:08:17 +01:00
Tim Gross
a0aef186ec
CLI 'nomad ui -authenticate' flag for one-time token exchange
...
Includes swapping the previously documented `-login` flag for `-authenticate`
to align better with Waypoint.
2021-03-10 08:17:56 -05:00
Tim Gross
f9cf36d43a
HTTP API support for 'nomad ui -login'
...
Endpoints for requesting and exchanging one-time tokens via the HTTP
API. Includes documentation updates.
2021-03-10 08:17:56 -05:00
Tim Gross
47f3945cfe
docs: 'nomad ui -login' command
2021-03-10 08:17:56 -05:00
Tim Gross
df298a44d9
docs: update website links from master to main
2021-03-09 14:42:24 -05:00
James Rasell
65c826d887
docs: add upgrade guide for change to metrics API.
2021-03-09 15:40:08 +01:00
Kris Hicks
d03afe26b0
docs: Update sample JSON in Create Job API ( #10108 )
...
This is maybe a more realistic job that someone would actually submit
via the API; it more closely aligns with the example job from `nomad
job init`.
It's also been updated to use group network and service definitions.
2021-03-08 10:06:28 -08:00
Tim Gross
f270a44b56
docs/artifact: clarify git:: prefix usage for private repos
2021-03-08 10:55:32 -05:00
Tim Gross
7e44f2bfe7
docs: clarify mount source path in filesystem docs
2021-03-08 10:20:30 -05:00
Tim Gross
b6c24e8913
docs: required capabilities on Linux
2021-03-08 10:20:18 -05:00
Adrian Todorov
2748d2a895
driver/docker: add extra labels ( job name, task and task group name)
2021-03-08 08:59:52 -05:00
Luiz Aoqui
1c8172ae4e
Merge pull request #10119 from hashicorp/docs-autoscaler-drain-timeout
...
docs: hightlight different default node drain deadline when using the Autoscaler
2021-03-05 14:27:56 -05:00
Luiz Aoqui
6939ff01f1
docs: hightlight different default node drain deadline when using the Autoscaler
2021-03-04 16:51:07 -05:00
Michael Schurter
6920d67746
Merge pull request #10118 from hashicorp/docs-secmodel
...
docs: remove stray mention that namespaces are ent
2021-03-04 11:50:22 -08:00