Tim Gross
28ef143b52
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
9496105486
Fix bad link
...
Corrected link to Nomad UI track from comments in #6876
2019-12-20 09:33:57 -05:00
Charlie Voiselle
ff501b4aaa
[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
Chris Arcand
bdb70ef09c
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
Michael Schurter
7f85f7170f
docs: release 0.10.2 and 0.9.7
2019-12-04 14:18:17 -08:00
Michael Schurter
9c93a44ee0
docs: reference cni-plugins v0.8.3
2019-12-04 10:20:33 -08:00
Charlie Voiselle
5884f6250c
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
b2dd21a19e
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
4c909cc4b3
docs: mention #6787 in upgrade guide
2019-12-03 08:46:23 -08:00
Charlie Voiselle
3af3ebab77
Stateful Workload guides to learn.hashicorp.com
2019-12-02 16:37:06 -05:00
Seth Hoenig
76c6437b69
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
7687ac0e3a
docs: vault integration docs should reference new token_explicit_max_ttl field
2019-12-02 14:22:47 -06:00
Michael Lange
10251196cd
Fix incorrect page title on the operating a job UI guide
2019-12-02 11:27:56 -08:00
Michael Lange
1b6c4d3819
Remove old UI guide
2019-12-02 11:27:55 -08:00
Charlie Voiselle
4886bdf7e8
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
Charlie Voiselle
1730e1f53a
Removed 404 links; pointed to learn.hashicorp.com
2019-11-22 15:30:32 -05:00
Charlie Voiselle
a44449161b
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
972a911cd5
Merge pull request #6765 from hashicorp/docs-connect-bugs
...
docs: update connect limitations
2019-11-22 11:18:31 -08:00
Mahmood Ali
41bf4e8ecf
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
c0e0125fb1
docs: update connect limitations
2019-11-22 10:18:10 -08:00
Mahmood Ali
bfe08cf887
document docker dangling container repeaper
2019-11-22 09:58:00 -05:00
Seth Hoenig
4f1890b5fe
docs: vault integration docs should reference new token_period field
2019-11-21 14:19:34 -06:00
Lang Martin
9210bde91a
docs: update quota docs to include network limits
2019-11-20 18:44:06 -05:00
Charlie Voiselle
1ec6388145
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
Tim Gross
9b4e22a836
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
Omar Khawaja
574adb3382
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
73fad617a0
add traefik lb guide ( #6551 )
2019-10-25 10:46:09 -04:00
Omar Khawaja
ecc9552fcf
fix typos ( #6552 )
2019-10-25 01:15:22 -04:00
Omar Khawaja
bed496c90a
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
902a101e32
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
Charlie Voiselle
e721144490
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
382902df5b
Added version requirement to new feature guides
2019-10-22 11:43:17 -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
Spencer Owen
0abdbbf7b7
Fix grammar ( #6486 )
2019-10-15 15:04:57 -05: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
Danielle Lancashire
31324e1f6b
docs: Update stateful workloads guide to reflect rc-1 config changes
2019-10-11 13:45:28 +02: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
Nicolas Decoster
144a72672c
fix typo in HCL code
...
Code contains `resource` instead of `resources` (plural).
2019-10-09 15:13:46 +02:00
Chris Baker
d764f63a82
Merge pull request #6428 from Norbinsh/master
...
Docs: remove small duplication
2019-10-08 16:40:04 -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
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
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