Commit Graph

2636 Commits

Author SHA1 Message Date
Charlie Voiselle
54f874656b Added a markdownlintrc
This will help us more quickly errorcheck the website for non-conforming
markdown using https://github.com/igorshubovych/markdownlint-cli
2019-10-22 16:39:10 -04:00
Michael Schurter
7fa36b40c0 docs: remove link to 0.10.0-rc1 2019-10-22 09:34:08 -07:00
Michael Schurter
f2de59241e docs: bump to Nomad 0.10.0 2019-10-22 07:35:37 -07:00
Michael Schurter
5a6818510e client: expose group network ports in env vars
Fixes #6375

Intentionally omitted IPs prior to 0.10.0 release to minimize changes
and risk.
2019-10-21 12:31:13 -07:00
Michael Schurter
ca57cd2775 connect: upgrade to envoy 1.11.2 and add sha
Append the Docker image sha to the Envoy image to ensure users default
to using the version that Nomad was tested against.
2019-10-18 07:46:53 -07:00
Seth Hoenig
a3dd7d4931 docs: document service tags for connect sidecar 2019-10-17 19:27:04 +00:00
Alvin Huang
0078b79199 remove check for relative url validation (#6504) 2019-10-16 17:50:40 -04:00
Omar Khawaja
bd5bf9c31a Getting started learn redirect (#6460)
* redirect getting started section to learn

* formatting

* move redirects.txt to source directory
2019-10-16 16:17:29 -04:00
Charlie Voiselle
d42dad0f0b Merge pull request #6434 from hashicorp/docs-add-grpc-info
docs: Added grpc info; small style fixes to connect guide
2019-10-16 14:18:20 -04:00
Preetha
839504e85b Merge pull request #6453 from ogadaki/patch-1
fix typo in HCL code
2019-10-16 11:16:53 -05:00
Preetha
87369dd221 Merge pull request #6491 from hashicorp/support-external-redirects
Support external redirects for website
2019-10-16 11:14:22 -05:00
Spencer Owen
0abdbbf7b7 Fix grammar (#6486) 2019-10-15 15:04:57 -05:00
Alvin Huang
f33bf65e22 upload external and relative redirects to two dictionaries 2019-10-14 16:55:14 -04:00
Alvin Huang
615994ca17 repoint deploy script to new redirects file location 2019-10-12 23:17:19 -04:00
Alvin Huang
2f2e8b833c generate a _redirects for netlify previews 2019-10-12 23:17:03 -04:00
Alvin Huang
b784f37382 move redirects.txt into source/ for netlify previews 2019-10-12 23:16:23 -04:00
Michael Lange
85153a5ecf Merge pull request #6396 from hashicorp/d-updated-ui-guides
Docs: Updated UI guides
2019-10-11 10:33:37 -07:00
Luiz Aoqui
677d36d1ac docs: fix ACL prefix param documentation 2019-10-11 10:28:44 -04:00
Danielle Lancashire
31324e1f6b docs: Update stateful workloads guide to reflect rc-1 config changes 2019-10-11 13:45:28 +02:00
Michael Schurter
af24b4dcb4 Merge pull request #6469 from hashicorp/docs-0100-rc1
docs: 0.10.0-beta1 -> 0.10.0-rc1
2019-10-10 13:36:25 -07:00
Michael Schurter
69a9dae64e docs: 0.10.0-beta1 -> 0.10.0-rc1 2019-10-10 13:09:19 -07:00
Michael Schurter
b261170ebd Merge pull request #6465 from hashicorp/docs-nobeta
docs: remove beta flag from connect
2019-10-10 13:05:45 -07:00
Michael Schurter
a8ffbbc2c9 docs: remove beta flag from connect 2019-10-10 10:31:06 -07:00
Michael Schurter
10c74cf7e1 docs: drop raft from 0.10.0 upgrade guide
Unforutunately we are not changing the default for 0.10.0 and the 0.8
upgrade docs are more detailed when it comes to manually updating your
version.
2019-10-10 10:22:36 -07:00
Emamul Andalib
850360a630 Update consul.html.md (#6456)
"you may have have" to "you may have".
2019-10-09 12:35:16 -04:00
Nicolas Decoster
144a72672c fix typo in HCL code
Code contains `resource` instead of `resources` (plural).
2019-10-09 15:13:46 +02:00
Luiz Aoqui
bb849e0f76 Merge pull request #6444 from hashicorp/docs-add-prefix-param-to-acl-endpoints
docs: improve documentation for `prefix` param on API endpoints
2019-10-08 19:08:27 -04:00
Luiz Aoqui
3fa874e003 docs: clarify prefix API param requirements 2019-10-08 18:11:56 -04:00
Preetha
0507d04f4e Merge pull request #6439 from hashicorp/f-docs-clarify-job-gc-interval
clarify version for new gc config in server stanza
2019-10-08 16:43:03 -05:00
Chris Baker
d764f63a82 Merge pull request #6428 from Norbinsh/master
Docs: remove small duplication
2019-10-08 16:40:04 -05:00
Luiz Aoqui
608514ab30 docs: add missing prefix param to the ACL API endpoints 2019-10-08 14:13:36 -04:00
Mahmood Ali
dad9ba9dea website: Publish release 0.9.6 2019-10-08 12:48:05 -04:00
Preetha Appan
0f8f581efc clarify version for new gc config in server stanza 2019-10-08 10:08:27 -05:00
Charlie Voiselle
c209eecaf4 Updated Host Volumes guide
Added read_only to highlight them
Style updates
2019-10-07 14:17:30 -04:00
Charlie Voiselle
e9ceefe5d3 Added grpc info; small style fixes 2019-10-07 10:59:52 -04:00
Norbinsh
36ea213e0a Docs: remove small duplication 2019-10-05 13:00:32 +03:00
Daniel Dreier
17f659e579 docs: Add missing double-quote (#6418)
The missing quote broke syntax highlighting.
2019-10-02 19:58:10 -05:00
Michael Lange
d7861cf83e Copy changes from review 2019-10-02 16:54:38 -07:00
Omar Khawaja
7adbf453c2 specify token given to consul template as periodic and orphan (#6148) 2019-10-02 12:52:10 -04:00
Preetha
8ee9fe623d Merge pull request #6404 from hashicorp/docs-nomad-index
clarify index starting value for blocking queries
2019-09-30 11:41:20 -05:00
Preetha Appan
3aca8dd829 clarify index starting value for blocking queries 2019-09-30 09:46:42 -05:00
Shantanu Gadgil
02dfdb0fd9 clarify rhel/centos and beta1
Specify RHEL7, RHEL8, CentOS7, CentOS8
Specify beta1 for 0.10 (beta2 coming soon? 😉 )
2019-09-29 11:40:23 +05:30
Michael Lange
f26f959bb3 Add missing comma to fix the code-in-heading selectors 2019-09-27 19:27:39 -07:00
Michael Lange
dd67c52d7c Screenshots for the securing ui guide 2019-09-27 19:27:38 -07:00
Michael Lange
03dd20fde3 Screenshots for the inspecting the cluster guide 2019-09-27 19:27:37 -07:00
Michael Lange
4a743e6fe1 Screenshots for the operating a job guide 2019-09-27 13:21:06 -07:00
Michael Lange
35ce660340 Screenshots for the job submit guide 2019-09-27 13:21:05 -07:00
Michael Lange
738bfbc0c1 Image for the access the page 2019-09-27 13:21:04 -07:00
Michael Lange
92d4c71828 Swap out UI guide images 2019-09-27 13:21:03 -07:00
Michael Lange
a0a218b4b3 Copy for the securing guide 2019-09-27 13:21:01 -07:00