Brandon Romano
f2c119d3b0
Fix the line spacing for the codeblock
2020-02-24 19:31:43 -05:00
Brandon Romano
93414b7190
Fix indentation
2020-02-24 19:08:57 -05:00
Brandon Romano
6433c4e2f9
Remove global mega-nav component
...
We've temporarily ejected the meganav component to add some custom
styling that needed to happen for NomadProject.io
2020-02-23 13:40:37 -08:00
Brandon Romano
7580bdb821
Update website/pages/use-cases/non-containerized-application-orchestration.jsx
...
Co-Authored-By: Mike Wickett <mike@wickett.ca>
2020-02-23 13:28:32 -08:00
Brandon Romano
a2d5049a01
Title case consul connect feature
...
Co-Authored-By: Mike Wickett <mike@wickett.ca>
2020-02-23 13:27:02 -08:00
Brandon Romano
7d51ffe312
Feature capitalization
...
Co-Authored-By: Mike Wickett <mike@wickett.ca>
2020-02-23 13:23:15 -08:00
Brandon Romano
e0ce5e74c1
Simplify mini-cta optional code
...
Co-Authored-By: Mike Wickett <mike@wickett.ca>
2020-02-23 13:14:23 -08:00
nicolelyn
f056b3353f
Homepage redesign & use-cases pages
2020-02-22 15:41:06 -08:00
Jeff Escalante
e9ea75b108
correct analytics traffic pointer ( #7212 )
2020-02-20 20:16:48 -05:00
Michael Schurter
d3a9ab3a79
Merge pull request #7083 from hashicorp/d-service-lifecycle
...
Document service lifecycle
2020-02-20 14:56:17 -08:00
Michael Schurter
74d5f662e6
docs: update download page for 0.10.4 final
2020-02-19 12:51:02 -08:00
Charlie Voiselle
6d6d8d0ce7
Merge pull request #7190 from hashicorp/d-cv-connect-namespace-note
...
[docs] Add note Nomad Connect requires namespaces...
2020-02-19 13:26:49 -05:00
Mahmood Ali
07943f95a4
Merge pull request #7149 from th0m/tlefebvre/no-pivot-root
...
client: support no_pivot_root in exec driver configuration
2020-02-19 12:18:51 -06:00
Charlie Voiselle
d32cf47836
[docs] Add note Nomad Connect requires namespaces...
...
and can only run on linux oses at the moment.
2020-02-19 12:16:20 -05:00
Michael Schurter
4d8de5eda1
docs: mention group service registration
...
A few minor tweaks and cleanups as well.
2020-02-19 08:29:58 -08:00
Kyle MacDonald
6be8cb2090
website: indent mode
bullets in network params
2020-02-19 11:16:00 -05:00
Seth Hoenig
5c0971cd10
Merge pull request #7146 from hashicorp/doc-fix-cht-references
...
docs: fix references to consul environment variable
2020-02-19 08:41:07 -06:00
Seth Hoenig
e0a4036651
Merge pull request #7143 from hashicorp/doc-cht-filtering
...
docs: upgrade-specific notes on CHT filtering
2020-02-19 08:40:15 -06:00
Alex Dadgar
7a22169c85
Document service lifecycle
2020-02-19 09:30:07 -05:00
Jeff Escalante
6a1764edb3
[website] a small collection of upgrades ( #7162 )
...
* update deps, fix logo styles on mobile, preload css and fonts
* update product downloader
2020-02-18 13:33:09 -05:00
Kyle MacDonald
ef36b66b9a
website: move up nomad intro yt video
...
- per suggestion from dev-rel
2020-02-18 12:51:41 -05:00
Thomas Lefebvre
84baa950ce
client: support no_pivot_root in exec driver configuration
2020-02-18 09:27:16 -08:00
Chance Hudson
c13f21713d
deploment -> deployment
2020-02-18 11:29:39 -05:00
Seth Hoenig
217a78f1b5
docs: document enable_tag_override field for service stanzas
2020-02-13 13:23:51 -06:00
Seth Hoenig
938f00ca60
docs: fix references to consul environment variable
...
We mistakenly reference `CONSUL_TOKEN` where we should be using `CONSUL_HTTP_TOKEN`.
There is one case where `CONSUL_TOKEN` is correct - client.mdx there is a list of
default filtered environment variables, which for legacy reasons `CONSUL_TOKEN` will
always be one.
2020-02-13 10:02:36 -06:00
Seth Hoenig
6b9fd8d269
docs: upgrade-specific notes on CHT filtering
2020-02-13 09:44:47 -06:00
Kyle MacDonald
9fd1ae0df7
website: fix 'edit this page' path
2020-02-13 10:22:49 -05:00
Jeff Escalante
93c64890fb
add changes from #7078
2020-02-11 16:31:14 -05:00
Jeff Escalante
3d865efef9
add release candidate from #7120
2020-02-11 16:31:14 -05:00
Jeff Escalante
0bef886c2b
add changes from #7121
2020-02-11 15:39:03 -05:00
Jeff Escalante
569bead286
fix a couple more links
2020-02-10 14:20:59 -05:00
Jeff Escalante
ba72fc57c2
css fix
2020-02-10 14:00:38 -05:00
Jeff Escalante
59ac380af4
add link checker, fix a redirect, remove unused component
2020-02-10 13:56:55 -05:00
Jeff Escalante
db2fba3a82
update deps to add minor style fixes
2020-02-10 12:46:31 -05:00
Jeff Escalante
a3fa93cea7
remove extra redirect file
2020-02-10 12:44:34 -05:00
Jeff Escalante
0689f30384
update dependencies
2020-02-07 17:45:35 -05:00
Jeff Escalante
fdd0a59ec9
add netlify.toml
2020-02-07 11:41:37 -05:00
Jeff Escalante
6c8f079d24
new website ✨
2020-02-06 18:45:31 -05:00
Seth Hoenig
f030a22c7c
command, docs: create and document consul token configuration for connect acls (gh-6716)
...
This change provides an initial pass at setting up the configuration necessary to
enable use of Connect with Consul ACLs. Operators will be able to pass in a Consul
Token through `-consul-token` or `$CONSUL_TOKEN` in the `job run` and `job revert`
commands (similar to Vault tokens).
These values are not actually used yet in this changeset.
2020-01-31 19:02:53 -06:00
Sebastián Ramírez
830ee3a693
Use secret ID for NOMAD_TOKEN
...
Use secret ID for NOMAD_TOKEN as the accessor ID doesn't seem to work.
I tried with a local micro cluster following the tutorials, and if I do:
```console
$ export NOMAD_TOKEN=85310d07-9afa-ef53-0933-0c043cd673c7
```
Using the accessor ID as in this example, I get an error:
```
Error querying jobs: Unexpected response code: 403 (ACL token not found)
```
But when using the secret ID in that env var it seems to work correctly.
2020-01-31 18:57:16 +01:00
Mahmood Ali
73200bfa69
Merge pull request #7010 from hashicorp/doc-bulk-20200129
...
Docs and Changelog catch up
2020-01-31 10:51:07 -05:00
Michael Schurter
60e1ae5012
docs: bump 0.10.2 -> 0.10.3
2020-01-30 15:22:59 -08:00
Michael Schurter
dd7712795d
Merge branch 'master' into b-tls-validation
2020-01-30 11:05:15 -08:00
Mahmood Ali
a9f551542d
Merge pull request #160 from hashicorp/b-mtls-hostname
...
server: validate role and region for RPC w/ mTLS
2020-01-30 12:59:17 -06:00
Michael Schurter
8d18b5d6be
docs: document limits
...
Taken more or less verbatim from Consul.
2020-01-30 10:38:42 -08:00
Mahmood Ali
42907cf259
incorporate review feedback
2020-01-29 21:56:26 -05:00
Mahmood Ali
14c806248e
document docker's disable_log_collection flag
2020-01-29 21:44:05 -05:00
Mahmood Ali
a7d65049c5
Document default_scheduler_config option
2020-01-29 21:44:05 -05:00
Mahmood Ali
6602427236
docs: tweaks
2020-01-28 08:39:58 -05:00
Mahmood Ali
112625e769
Merge pull request #6997 from hashicorp/docs-bootstrap-reset
...
docs: reseting bootstrap doesn't invalidate token
2020-01-28 08:37:45 -05:00