kaitlincarter-hc
119cb6dd86
[Docs] Launching K8s getting started path on Learn ( #5511 )
...
* Moving Minikube guide.
* Update website/source/layouts/docs.erb
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-25 12:12:07 -05:00
kaitlincarter-hc
f072b465de
Updated for migration. ( #5512 )
2019-03-25 09:24:28 -05:00
kaitlincarter-hc
5cf6d7681a
Fixing smart quotes ( #5522 )
2019-03-25 09:22:27 -05:00
Alvin Huang
d686201776
fix broken link
2019-03-22 19:20:48 -04:00
Judith Malnick
6c75291aeb
[docs] improve telegraf guide with objectives, summary, formatting ( #5527 )
2019-03-22 09:40:38 -07:00
Jud White
84bcf52cdb
docs: update 'sc' usage in windows-guide.html.md ( #5501 )
...
- the space after `=` is significant in sc parameters (binPath= "<path> <args>, start= auto)
- given the text "the service automatically starts up during/after boot", added `start= auto` to
the example, otherwise the service will be set to Manual start mode.
2019-03-21 12:51:04 -05:00
Todd Radel
10d71fa84a
[docs] New doc on integration with Ambassador Proxy ( #5497 )
...
* New doc on integration with Ambassador Proxy
* Remove reference to "step 1"
* Added link to docs for `consul intention check`
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Added links to install guide and Connect guide
2019-03-21 11:00:39 -05:00
Hans Hasselberg
24bd9ad9a2
Merge branch 'master' of github.com:hashicorp/consul
2019-03-21 15:13:03 +00:00
kaitlincarter-hc
d186873324
Updating network segments guide ( #5529 )
2019-03-21 09:35:49 -05:00
Rebecca Zanzig
05587186a6
Add dns configuration info for CoreDNS users
2019-03-20 23:02:04 -07:00
Hans Hasselberg
f5440be54d
Release v1.4.4
2019-03-20 16:00:54 +00:00
Erik DeLamarter
a3ca2e77ce
[Docs] Added a note to GCE auto-join credentials option ( #5391 )
...
* Added a note to GCE auto-join credentials option
Simply added a note to remind users that putting a json file in the config-dir will make consul parse it as a config file.
Hope to help someone else avoid wasting a day because of these errors:
==> Error parsing /etc/consul.d/credentials.json: 10 error(s) occurred: * invalid config key private_key
* Updated according to style guidelines
Co-Authored-By: delamart <erik@delamarter.ch>
2019-03-19 09:40:12 -05:00
John Cowen
73f79ac599
[Docs] Connect Sidecar Proxies: Fixes 'must may' typo and adds formatting to follow other docs ( #5397 )
...
* Fixes 'must may' typo and adds formatting to follow other docs
* Reverts local_service_port docs to state its optional
2019-03-18 11:48:56 -07:00
Todd Radel
d3ad84a710
[docs] Added section on using Helm chart to deploy Enterprise binaries ( #5454 )
...
* Added section on using Helm chart to deploy Enterprise binaries
* Update website/source/docs/platform/k8s/helm.html.md
Switch to active voice.
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/helm.html.md
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/helm.html.md
* Update website/source/docs/platform/k8s/helm.html.md
Co-Authored-By: tradel <todd@radel.us>
2019-03-18 11:21:40 -07:00
Steve Burns
ff8ab320da
Add log_file attribute to agent configuration documentation ( #5492 )
2019-03-18 10:24:49 -07:00
Alex Mayer
a73d983d19
Docs Proofing ( #5424 )
...
* Docs: Remove default_policy From Code Example
It is not needed according to:
https://www.consul.io/docs/agent/acl-system.html#configuring-acls
* Docs: Cleanup Commands And Their Output On ACL Guide Page
Remove extra spaces and newlines
Ensure rules match input rules
* Docs: Remove Incomplete "Added In Version" Statement
Version added is specified on parent option
* Docs: Fix Broken Links
* Docs: Minor Sentence Tweaks
2019-03-15 09:35:33 -05:00
kaitlincarter-hc
1cecaca601
[docs] Deploying Consul with Kubernetes ( #5471 )
...
* Adding new K8s guide.
* Update website/source/docs/guides/kuberenetes-deployment.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kuberenetes-deployment.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* updating based on feedback.
* Couple updates based on feedback.
* Update website/source/docs/guides/kuberenetes-deployment.html.md
* updating value file.
2019-03-13 16:56:00 -05:00
Rebecca Zanzig
1be36c82ed
Add docs for using Helm `--set` to create extraConfig variables ( #5474 )
...
* Add docs for using Helm `--set` to create extraConfig variables
Based on info provided for `consul-helm` issue 74.
* fixing formatting
2019-03-13 16:25:09 -05:00
Alvin Huang
113527626d
add sentinel redir ( #5484 )
2019-03-13 14:11:24 -04:00
kaitlincarter-hc
a321b69a45
[docs] Move Sentinel documentation ( #5478 )
...
* Moving sentinel doc
* updating links, fixing headings.
* Update website/source/docs/agent/acl-rules.html.md
2019-03-13 12:47:25 -05:00
Alvin Huang
65be242a31
update bootstrap redirect
2019-03-13 11:25:54 -04:00
kaitlincarter-hc
cf617ab7d1
[docs] Bootstrapping Guide -> Install docs ( #5473 )
...
* moved the bootstrapping guide to the docs.
* More edits for consistency.
* Added arch link
2019-03-13 10:12:52 -05:00
Hans Hasselberg
d511e86491
agent: enable reloading of tls config ( #5419 )
...
This PR introduces reloading tls configuration. Consul will now be able to reload the TLS configuration which previously required a restart. It is not yet possible to turn TLS ON or OFF with these changes. Only when TLS is already turned on, the configuration can be reloaded. Most importantly the certificates and CAs.
2019-03-13 10:29:06 +01:00
Reid Beels
257d079fac
Remove misleading encrypt param documentation ( #5452 )
...
According to https://www.consul.io/docs/agent/options.html#_encrypt , the `encrypt` param specifies the 16-byte key to use, not the path to a config file containing the key.
2019-03-12 10:26:40 -05:00
Alvin Huang
4956d632b9
Merge pull request #5451 from hashicorp/update_go_discover_for_azure
...
Update go-discover vendor
2019-03-11 16:39:39 -04:00
Lowe Schmidt
7638a1ca1a
Typo fix (segement > segment) ( #5469 )
2019-03-11 16:25:19 +01:00
Masato Yamazaki
774b39dd94
website: delete duplication of "are" ( #5464 )
2019-03-11 10:42:15 +01:00
petems
e9b7569759
Update go-discover vendor
...
* Adds note about use of ENV variables for auto-join on Azure
2019-03-08 22:57:48 +00:00
Rebecca Zanzig
180110f3b3
Merge pull request #5445 from hashicorp/docs/helm-annotations
...
Add docs for new Helm `annotations` options
2019-03-08 12:11:30 -08:00
kaitlincarter-hc
7d5c252599
[Docs] ACL Bootstrap Guide ( #5399 )
...
* Adding updates for consul reload of token config.
* Update website/source/docs/guides/acl.html.md
2019-03-08 13:12:16 -06:00
kaitlincarter-hc
3a5db38e09
[doc] New Ports Documentation ( #5442 )
...
* Adding a ports table.
* Updating layout based on feedback.
2019-03-08 13:10:35 -06:00
Rebecca Zanzig
13133c0fff
Add docs for new Helm `annotations` options
2019-03-08 10:10:25 -08:00
Rebecca Zanzig
2f8bcd2b66
Add docs about new Helm `priorityClassName` options
2019-03-08 09:42:53 -08:00
Rebecca Zanzig
c5b3f98b14
Move aclSyncToken docs under `syncCatalog`
...
Additionally updates the anchors to follow the established convention.
2019-03-07 16:54:11 -08:00
Judith Malnick
73b4ce2758
[docs] fix link to prepared query rules ( #5435 )
...
* [docs] fix link to prepared query rules
* Update website/source/api/query.html.md
Co-Authored-By: judithpatudith <judith@hashicorp.com>
2019-03-07 12:10:40 -08:00
Rebecca Zanzig
5ab580990b
Merge pull request #5431 from hashicorp/docs/helm-extraConfig
...
[docs] Add examples for the `extraConfig` options in the Helm chart
2019-03-06 14:25:25 -08:00
Rebecca Zanzig
5b322d84e4
Add examples for the `extraConfig` options in the Helm chart
2019-03-06 13:01:17 -08:00
kaitlincarter-hc
ca463fb1d5
[Docs] Production Guide for ACLs ( #5385 )
...
* New guide for ACLs
* Fixing some formatting issues.
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Resolving PR comments.
* Closing the rest of the PR comments
* Updates for persistence.
* Updating commands.
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-06 10:46:07 -06:00
Chip Vaughn
157ca0df24
Merge pull request #5420 from hashicorp/f-catalog-changes
...
Catalog API Doc Changes
2019-03-06 11:00:37 -05:00
Chip Vaughn
bdea21f14a
Update to registering services via Catalog API
2019-03-06 09:41:12 -05:00
Chip Vaughn
a700fc5530
Update to registering services via Catalog API
2019-03-06 09:23:37 -05:00
R.B. Boyer
66af091de9
website: fix broken links
2019-03-05 14:24:33 -06:00
Hans Hasselberg
dda59a3d2f
website: fix gemfile.lock ( #5429 )
2019-03-05 20:55:04 +01:00
Matt Keeler
153ae77488
Merge branch 'master' of https://github.com/hashicorp/consul
2019-03-05 19:05:53 +00:00
novotnyr
9f8fc7e2b7
[docs] Add IntelliJ Consul to the list of community tools ( #5379 )
2019-03-05 13:58:03 +01:00
Matt Keeler
610641224b
Release v1.4.3
2019-03-04 19:21:20 +00:00
Chip Vaughn
140b85c4a7
Update to registering services via Catalog API
2019-03-04 09:46:37 -05:00
Chip Vaughn
b1cde0d61f
Update to registering services via Catalog API
2019-03-04 09:45:24 -05:00
Hans Hasselberg
330b8aec69
default to tls 1.2 as promised. ( #5340 )
2019-03-04 09:42:04 -05:00
Aestek
ce447e0e16
Fix race condition in DNS when using cache ( #5398 )
...
* Fix race condition in DNS when using cache
The healty node filtering was modifying the result from the cache, which
caused a crash when multiple queries were made to the same service
simultaneously.
We now copy the node slice before filtering to ensure we do not modify
the data stored in the cache.
* Fix wording in dns cache config doc
s/dns_max_age/cache_max_age/
2019-03-04 09:22:01 -05:00