Nick Ethier
1f28633954
Merge pull request #6816 from hashicorp/b-multiple-envoy
...
connect: configure envoy to support multiple sidecars in the same alloc
2020-01-09 23:25:39 -05:00
Drew Bailey
1b8af920f3
address pr feedback
2020-01-09 15:15:09 -05:00
Drew Bailey
fc67175141
api docs for agent/pprof
2020-01-09 15:15:06 -05:00
Tim Gross
b5bcfb533b
upgrade CNI plugins to 0.8.4 ( #6921 )
...
When multiple Connect-enabled task groups start on the same client
node, a race condition in the CNI plugins for creating iptables chains
causes one of the tasks to fail. We upstreamed a patch to CNI plugins
to make iptables chain creation idempotent.
This changeset updates end-to-end testing, development tooling, and
documentation to use 0.8.4 which includes our patch.
2020-01-09 10:57:07 -05:00
Charlie Voiselle
52dfb3de79
Change consul agent note to callout
...
Because this is such a common misconfig, it is probably worth
highlighting
2020-01-08 13:08:54 -05:00
Nick Ethier
105cbf6df9
tr: expose envoy sidecar admin port as environment variable
2020-01-06 21:53:45 -05:00
Michael Schurter
0a3558f27e
docs: add podman as an external task driver plugin
...
Tested using https://github.com/schmichael/nomad-podman-vagrant
2020-01-03 12:58:17 -08:00
Michael Schurter
92e78c59cd
docs: fix lxc anchor link
2020-01-03 12:57:48 -08:00
Michael Schurter
6740d055df
docs: fix capitalization
2020-01-03 12:57:27 -08:00
Charlie Voiselle
9defc989fb
Fix bad link
...
Corrected link to Nomad UI track from comments in #6876
2019-12-20 09:33:57 -05:00
Charlie Voiselle
509f53217e
[docs] Migrating Web-UI and Governance Guides to learn ( #6876 )
...
* [docs] Migrating Web-UI and Governance Guides to learn
* fix 404s caught in checks
2019-12-19 15:32:23 -05:00
Charlie Voiselle
fd3bf5f971
cli: Allow user to specify dest filename for nomad init ( #6520 )
...
* Allow user to specify dest filename for nomad init
* Create changelog entry for GH-6520
2019-12-19 14:59:12 -05:00
Drew Bailey
8e59e91991
Merge pull request #6746 from hashicorp/f-shutdown-delay-tg
...
Group shutdown_delay
2019-12-18 16:01:30 -05:00
John Schlederer
8b35c75206
Making pull activity timeout configurable in Docker
...
* Making pull activity timeout configurable in Docker plugin config, first pass
* Fixing broken function call
* Fixing broken tests
* Fixing linter suggestion
* Adding documentation on new parameter in Docker plugin config
* Adding unit test
* Setting min value for pull_activity_timeout, making pull activity duration a private var
2019-12-18 12:58:53 +01:00
Drew Bailey
d9e41d2880
docs for shutdown delay
...
update docs, address pr comments
ensure pointer is not nil
use pointer for diff tests, set vs unset
2019-12-16 11:38:35 -05:00
ebarriosjr
b953239227
driver/pot: Added extra_hosts and args commands ( #6577 )
2019-12-12 16:29:45 -05:00
Tim Gross
b25713a837
doc: spread is inherited from job to group ( #6837 )
2019-12-11 09:59:26 -05:00
Chris Arcand
deb84a41f6
Make note of Sentinel standard imports
...
> Sentinel-embedded applications can choose to whitelist or blacklist
certain standard imports. Please reference the documentation for the
Sentinel-enabled application you're using to determine if all standard
imports are available.
2019-12-10 14:44:51 -06:00
Tim Gross
5289c1e0aa
doc: explain ALLOC_INDEX uniqueness guarantees ( #6830 )
...
The `ALLOC_INDEX` isn't guaranteed to be unique, and this has caused
some user confusion. The servers make a best-effort attempt to make
this value unique from 0 to count-1 but when you have canaries on the
task group, there are reused indexes because you have multiple job
versions running at the same time. If a user needs a unique number for
interpolating a value in your application, they can get this by
combining the job version and the alloc index.
Co-Authored-By: Michael Schurter <mschurter@hashicorp.com>
2019-12-10 10:30:26 -05:00
abhip
c81b3f5cbd
Update consensus.html.md ( #6813 )
...
The url for raft algorithm pdf is no longer valid. Here is correct url - https://raft.github.io/raft.pdf and website is https://raft.github.io/
2019-12-06 06:17:30 -08:00
Fredrik Hoem Grelland
3e164b42fe
Update network.html.md ( #6782 )
...
There is an undocumented way of mapping a dynamically allocated port to the container. This is applicable in bridge networking ( necessary for consul connect enabled services ) to expose the service *directly*. This is needed when using upstream connect services, but you need to expose the service by normal means. By referencing the current documentation you need to use static ports in order to do so. Introduced in #6189 but undocumented
2019-12-06 06:08:56 -08:00
James Rasell
6fcb19890b
docs: add jrasell/chemtrail to community resources. ( #6798 )
2019-12-06 06:07:00 -08:00
Hugo Herter
a98e59e0fc
docs: port name requires quotes in hcl
...
When trying to run this example, Nomad v0.10.2 raises the following error:
`Error getting job struct: Error parsing job file from example-ipv6.hcl: error parsing: At 33:22: Unknown token: 27:16 IDENT db`
Adding quotes around the port map `db` fixes the problem and the job works as expected.
2019-12-05 12:37:24 +01:00
Michael Schurter
3ae3d43ec6
docs: release 0.10.2 and 0.9.7
2019-12-04 14:18:17 -08:00
Luiz Aoqui
a388b1aa7c
Merge pull request #6803 from hashicorp/docs-driver-skeleton-reference
...
docs: add reference to the driver plugin skeleton project
2019-12-04 18:49:17 +00:00
Michael Schurter
7f0ae677c9
docs: reference cni-plugins v0.8.3
2019-12-04 10:20:33 -08:00
Luiz Aoqui
31d0d99148
docs: add reference to the drivir plugin skeleton project
2019-12-03 17:17:52 -05:00
Charlie Voiselle
44e3cf6779
Merge pull request #6791 from hashicorp/docs/cv/stateful_to_learn
...
Stateful Workload guides to learn.hashicorp.com
2019-12-03 14:48:01 -05:00
Michael Schurter
7655e0cee4
Merge pull request #6792 from hashicorp/b-propose-panic
...
scheduler: fix panic when preempting and evicting allocs
2019-12-03 10:40:19 -08:00
Michael Schurter
3aa85a770d
docs: mention #6787 in upgrade guide
2019-12-03 08:46:23 -08:00
Charlie Voiselle
3f794f2df1
Stateful Workload guides to learn.hashicorp.com
2019-12-02 16:37:06 -05:00
Seth Hoenig
d81a091ccd
Merge pull request #6752 from hashicorp/docs-vault-token_period
...
docs: vault integration docs should reference new token_period field
2019-12-02 16:21:17 -05:00
Seth Hoenig
953e40c8ed
docs: vault integration docs should reference new token_explicit_max_ttl field
2019-12-02 14:22:47 -06:00
Michael Lange
83b990d333
Fix incorrect page title on the operating a job UI guide
2019-12-02 11:27:56 -08:00
Michael Lange
8f08df0e0d
Remove old UI guide
2019-12-02 11:27:55 -08:00
Michael Lange
71dbdac912
Add a redirect rule from the old ui guide to the new ones
2019-12-02 11:27:54 -08:00
Kyle MacDonald
93e2b7cdf3
website: add ‘intro to nomad’ video to /intro
...
- additionally add some css to allow the embedded iframe to respond at lower browser sizes
2019-11-26 14:41:17 -05:00
Charlie Voiselle
1f26f27fd9
Merge pull request #6768 from hashicorp/docs/cv/lb_to_learn
...
Migrating the Load-balancing guides to Nomad
2019-11-25 14:41:08 -05:00
Tim Gross
781c20ea90
docs: show /etc/passwd in minimal chroot ( #6769 )
2019-11-25 13:47:18 -05:00
Charlie Voiselle
5e4dcfb8cc
Removed 404 links; pointed to learn.hashicorp.com
2019-11-22 15:30:32 -05:00
Charlie Voiselle
395ebf3dcc
Removed sidenav links for LB guides
2019-11-22 14:46:45 -05:00
Charlie Voiselle
ca0ebc8f5b
Migrating the Load-balancing guides to Nomad
...
Added redirects and stub-ified the index page
2019-11-22 14:29:12 -05:00
Michael Schurter
603773b22f
Merge pull request #6765 from hashicorp/docs-connect-bugs
...
docs: update connect limitations
2019-11-22 11:18:31 -08:00
Mahmood Ali
d9e7599ced
docs: address more GH-6762 review comments
...
Incorporate suggestions in https://github.com/hashicorp/nomad/pull/6762#pullrequestreview-321716747
[ci skip]
2019-11-22 13:22:14 -05:00
Michael Schurter
18534b12a2
docs: update connect limitations
2019-11-22 10:18:10 -08:00
Mahmood Ali
12e65c054d
address more review comments
2019-11-22 13:10:10 -05:00
Mahmood Ali
eda18fff76
Apply suggestions from code review
...
Co-Authored-By: Michael Schurter <mschurter@hashicorp.com>
2019-11-22 13:03:20 -05:00
Mahmood Ali
d694f1d61c
document docker dangling container repeaper
2019-11-22 09:58:00 -05:00
Chris Baker
bde82d7d0e
added the device plugin authoring guide, made minor formatting changes to task driver plugin authoring guide.
2019-11-22 00:38:46 +00:00
Michael Schurter
ae61a80de5
docs: add Nomad v0.10.2-rc1 download link
2019-11-21 15:05:29 -08:00
Seth Hoenig
75539ff281
docs: vault integration docs should reference new token_period field
2019-11-21 14:19:34 -06:00
Lang Martin
def417a33a
docs: update quota docs to include network limits
2019-11-20 18:44:06 -05:00
Lang Martin
2e2c662977
command: quota status reports network usage
2019-11-20 18:44:06 -05:00
Michael Schurter
ecf970b5a5
Merge pull request #6370 from pmcatominey/tls-server-name
...
command: add -tls-server-name flag
2019-11-20 08:44:54 -08:00
Buck Doyle
56d9005b07
Docs: fix broken alloc signal link ( #6731 )
2019-11-19 16:05:35 -06:00
Buck Doyle
941231db51
Docs: add missing exec command to alloc listing ( #6730 )
2019-11-19 15:17:21 -06:00
Michael Schurter
6f64e52d61
Merge pull request #6699 from hashicorp/f-semver-constraints
...
Add new "semver" constraint
2019-11-19 12:18:43 -08:00
Michael Schurter
260c26e9c4
docs: document semver constraint operator
2019-11-19 10:26:25 -08:00
Buck Doyle
676b84c735
Docs: correct that exec task flag is not optional ( #6729 )
...
The task is required, not optional, there’s no default as was described.
2019-11-19 11:20:07 -06:00
Drew Bailey
e44a66d7fc
DOCS: Spread stanza does not exist on task
...
Fixes documentation inaccuracy for spread stanza placement. Spreads can
only exist on the top level job struct or within a group.
comment about nil assumption
2019-11-19 08:26:36 -05:00
Charlie Voiselle
bc7ce08dcf
a few more redirects
2019-11-14 16:38:24 -05:00
Charlie Voiselle
40e0305958
Update redirects.txt
2019-11-14 16:29:06 -05:00
Drew Bailey
9b63828658
serverID to target remote leader or server
...
handle the case where we request a server-id which is this current server
update docs, error on node and server id params
more accurate names for tests
use shared no leader err, formatting
rm bad comment
remove redundant variable
2019-11-14 10:07:35 -05:00
Charlie Voiselle
8b6ff61372
Fix link; discuss meta; lint fixes
2019-11-12 17:32:21 -05:00
Charlie Voiselle
835831a3d8
Added service wrapper code ( #6220 )
...
This is the basic code to add the Windows Service Manager hooks to Nomad.
Includes vendoring golang.org/x/sys/windows/svc and added Docs:
* guide for installing as a windows service.
* configuration for logging to file from PR #6429
2019-11-11 15:16:07 -05:00
Chris Baker
6f75cc6c5b
there was a bad (localhost) URL in the vault docs
2019-11-11 19:24:40 +00:00
Charlie Voiselle
c0ea43bae7
linter fixes
2019-11-11 10:04:17 -05:00
Tim Gross
59c043a1e5
doc: add missing fields to LXC driver documentation ( #6640 )
...
The LXC task driver documentation is missing for many of the optional
task config fields, and for the recently added `gc` field on the
driver configuration.
2019-11-11 08:51:30 -05:00
Carlos Neira
b935bcfdd7
Added firecracker-task-driver to community docs ( #6654 )
...
* Added firecracker-task-driver to community docs
Signed-off-by: Carlos Neira <cneirabustos@gmail.com>
2019-11-11 08:50:27 -05:00
RJ Spiker
6740bbe828
website - add -moz-osx-font-smoothing for smooth firefox osx fonts
2019-11-07 12:29:21 -07:00
Charlie Voiselle
404aa6837e
Merge pull request #6596 from rjspiker/rj.fonts
...
website - font and brand update
2019-11-06 13:01:58 -05:00
Drew Bailey
6fd1901ef0
fix long lines, add possible values
2019-11-05 14:24:52 -05:00
Drew Bailey
8e1fa5ca06
agent api docs for monitor
...
update CHANGELOG
2019-11-05 13:53:35 -05:00
RJ Spiker
d4d222383d
feedback updates and some style cleanup
2019-11-04 14:31:54 -07:00
Michael Schurter
05e9930e2a
docs: bump website to Nomad 0.10.1
2019-11-04 12:01:43 -08:00
Tim Gross
66a34a43cb
docs: note bridge-nf-call-iptables requirement for Connect ( #6607 )
...
The Connect integration uses bridge networking and iptables to send
traffic between containers, but the RedHat family of Linux distros
sets some of the kernel tunables this requires to be optimized for VMs
rather than containers. We can document this behavior for now and
consider better operator feedback for pre-flight checking later.
2019-11-01 14:41:21 -04:00
RJ Spiker
8f254b6e14
website - font and brand update
2019-10-30 16:17:54 -06:00
Charlie Voiselle
946af42906
Merge pull request #6532 from hashicorp/docs-fixup-command
...
Fixup for command section of website
2019-10-30 10:32:37 -04:00
Michael Schurter
ab3c215b3b
docs: update references
2019-10-29 15:38:48 -07:00
Omar Khawaja
cb6cfd61c1
take out port_map config for traefik and haproxy and add health check to haproxy ( #6565 )
2019-10-25 13:52:07 -04:00
Omar Khawaja
4ed5380bbd
add traefik lb guide ( #6551 )
2019-10-25 10:46:09 -04:00
Mahmood Ali
548ef4a15e
Merge pull request #6547 from hashicorp/b-docker-task-user
...
docs: Docker driver supports task user option
2019-10-25 09:22:28 -04:00
Mahmood Ali
fd5d4c1657
fix grammar
2019-10-25 09:22:03 -04:00
Omar Khawaja
3c1b48e9d9
fix typos ( #6552 )
2019-10-25 01:15:22 -04:00
Mahmood Ali
fe14993582
docs: Docker driver supports task user option
...
Also, add a test case.
2019-10-24 14:00:37 -04:00
Omar Khawaja
16615fe9ab
Nomad HAProxy load balancing guide ( #6534 )
...
* add nginx to load balancing nav menu and fix bullets
* fill out nginx lb guide
* formatting
* change Nginx to NGINX
* add step to verify load balancer config
* update docker image and web app output
* add HAProxy lb guide
* format haproxy config
* add haproxy stats page with screenshot
* add note about external load balancer
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* add port mapping an static port for haproxy ui + bullet changes
* remove extra spaces
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
* Update website/source/guides/load-balancing/haproxy.html.md
Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2019-10-24 13:02:07 -04:00
Omar Khawaja
f4d78ce0ff
Nomad NGINX Load Balancing Guide ( #6529 )
...
* add nginx to load balancing nav menu and fix bullets
* fill out nginx lb guide
* formatting
* change Nginx to NGINX
* add step to verify load balancer config
* update docker image and web app output
* change Nginx to NGINX in main load balancing page
* modify change signal to SIGHUP and add else condition in template stanza to prevent nginx from crashing when no services are available to load balance
* add note about external load balancer
* clarifications and link to reference architecture
2019-10-24 11:48:37 -04:00
Lang Martin
75393fad41
docs: job volume spec tasks source, not config > source
2019-10-23 15:28:53 -04:00
Michael Schurter
42e21ade39
Merge pull request #6533 from hashicorp/docs-fixup-connect
...
docs: fix links to connect
2019-10-23 08:28:42 -07:00
Charlie Voiselle
86455d3bb2
Merge pull request #6526 from hashicorp/docs-add-req-vers
...
Added version requirement to new feature guides
2019-10-23 10:15:43 -04:00
Michael Schurter
0fd36d1e13
docs: fix links to connect
2019-10-22 15:57:14 -07:00
Charlie Voiselle
870e3f58a6
Fixup for command section of website
...
* changed list indicator from * -> -
* moved in-text links to reference links
* made commands `plaintext`
* made command examples `console`
* rewrapped text
2019-10-22 17:42:08 -04:00
Charlie Voiselle
5eacb3b844
Added alert to mainpage for new 0.10
2019-10-22 16:36:48 -04:00
Michael Schurter
f28272d5a4
docs: remove link to 0.10.0-rc1
2019-10-22 09:34:08 -07:00
Charlie Voiselle
6336fe8c33
Update website/source/guides/integrations/consul-connect/index.html.md
...
Co-Authored-By: Michael Schurter <mschurter@hashicorp.com>
2019-10-22 12:00:59 -04:00
Charlie Voiselle
6f112640ac
Added version requirement to new feature guides
2019-10-22 11:43:17 -04:00
Michael Schurter
fdd067de58
docs: bump to Nomad 0.10.0
2019-10-22 07:35:37 -07:00
Michael Schurter
8634533e82
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
ee5ea3ecc7
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
9f8a25b81e
docs: document service tags for connect sidecar
2019-10-17 19:27:04 +00:00
Alvin Huang
fd93d9cfcf
remove check for relative url validation ( #6504 )
2019-10-16 17:50:40 -04:00
Omar Khawaja
aa8524bbae
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
ae8bfce399
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
79fb1c1682
Merge pull request #6453 from ogadaki/patch-1
...
fix typo in HCL code
2019-10-16 11:16:53 -05:00
Preetha
988afc1859
Merge pull request #6491 from hashicorp/support-external-redirects
...
Support external redirects for website
2019-10-16 11:14:22 -05:00
Spencer Owen
2459df5d98
Fix grammar ( #6486 )
2019-10-15 15:04:57 -05:00
Alvin Huang
89e5b6f299
upload external and relative redirects to two dictionaries
2019-10-14 16:55:14 -04:00
Alvin Huang
465d9da8c7
repoint deploy script to new redirects file location
2019-10-12 23:17:19 -04:00
Alvin Huang
18dc2ed8d7
generate a _redirects for netlify previews
2019-10-12 23:17:03 -04:00
Alvin Huang
a89b2f037d
move redirects.txt into source/ for netlify previews
2019-10-12 23:16:23 -04:00
Michael Lange
2949a38f7c
Merge pull request #6396 from hashicorp/d-updated-ui-guides
...
Docs: Updated UI guides
2019-10-11 10:33:37 -07:00
Luiz Aoqui
488a2f6f3a
docs: fix ACL `prefix` param documentation
2019-10-11 10:28:44 -04:00
Danielle Lancashire
4056899708
docs: Update stateful workloads guide to reflect rc-1 config changes
2019-10-11 13:45:28 +02:00
Michael Schurter
7ece26cf8a
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
9d85df26dd
docs: 0.10.0-beta1 -> 0.10.0-rc1
2019-10-10 13:09:19 -07:00
Michael Schurter
ce09070176
Merge pull request #6465 from hashicorp/docs-nobeta
...
docs: remove beta flag from connect
2019-10-10 13:05:45 -07:00
Michael Schurter
a32aa7c819
docs: remove beta flag from connect
2019-10-10 10:31:06 -07:00
Michael Schurter
dd7b9adcf8
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
fcd70b91ac
Update consul.html.md ( #6456 )
...
"you may have have" to "you may have".
2019-10-09 12:35:16 -04:00
Nicolas Decoster
85ece246f5
fix typo in HCL code
...
Code contains `resource` instead of `resources` (plural).
2019-10-09 15:13:46 +02:00
Luiz Aoqui
3be8364636
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
521c0ad2a5
docs: clarify `prefix` API param requirements
2019-10-08 18:11:56 -04:00
Preetha
e0b4ebe0b4
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
cb11b77724
Merge pull request #6428 from Norbinsh/master
...
Docs: remove small duplication
2019-10-08 16:40:04 -05:00
Luiz Aoqui
b9ef978641
docs: add missing `prefix` param to the ACL API endpoints
2019-10-08 14:13:36 -04:00
Mahmood Ali
1563c64bae
website: Publish release 0.9.6
2019-10-08 12:48:05 -04:00
Preetha Appan
350e7f6952
clarify version for new gc config in server stanza
2019-10-08 10:08:27 -05:00
Charlie Voiselle
9e8d9c2c8c
Updated Host Volumes guide
...
Added read_only to highlight them
Style updates
2019-10-07 14:17:30 -04:00
Charlie Voiselle
b777bc98c7
Added grpc info; small style fixes
2019-10-07 10:59:52 -04:00
Norbinsh
7e97823ed8
Docs: remove small duplication
2019-10-05 13:00:32 +03:00
Daniel Dreier
5d7b06e6ee
docs: Add missing double-quote ( #6418 )
...
The missing quote broke syntax highlighting.
2019-10-02 19:58:10 -05:00
Michael Lange
9f671dda43
Copy changes from review
2019-10-02 16:54:38 -07:00
Omar Khawaja
073fbb2daa
specify token given to consul template as periodic and orphan ( #6148 )
2019-10-02 12:52:10 -04:00
Preetha
0bf4a2ea38
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
1ca3fcca35
clarify index starting value for blocking queries
2019-09-30 09:46:42 -05:00
Shantanu Gadgil
05573a255c
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
2b945370aa
Add missing comma to fix the code-in-heading selectors
2019-09-27 19:27:39 -07:00
Michael Lange
6e061201f2
Screenshots for the securing ui guide
2019-09-27 19:27:38 -07:00
Michael Lange
089cadde3a
Screenshots for the inspecting the cluster guide
2019-09-27 19:27:37 -07:00
Michael Lange
9c3b212b39
Screenshots for the operating a job guide
2019-09-27 13:21:06 -07:00
Michael Lange
fd22b4a1dc
Screenshots for the job submit guide
2019-09-27 13:21:05 -07:00
Michael Lange
31ec898b15
Image for the access the page
2019-09-27 13:21:04 -07:00
Michael Lange
d9d72c3296
Swap out UI guide images
2019-09-27 13:21:03 -07:00
Michael Lange
3b90e82a2c
Copy for the securing guide
2019-09-27 13:21:01 -07:00
Michael Lange
3e39d3872a
Content for the inspecting the cluster page
2019-09-27 13:21:00 -07:00
Michael Lange
5d9c2f35a3
Content for the operating a job guide
2019-09-27 13:21:00 -07:00
Michael Lange
0b4c65b488
Edits and links for the submitting a job guide
2019-09-27 13:20:59 -07:00
Michael Lange
d7261e20a8
Content for the submitting a job guide
2019-09-27 13:20:58 -07:00
Michael Lange
b3cd3b095a
Format line length
2019-09-27 13:20:57 -07:00
Michael Lange
692095996f
New UI guides structure
2019-09-27 13:20:56 -07:00