Jan Berktold
e91996f130
Add rs-consul client to community-provided SDKs list ( #10529 )
...
* Add rs-consul
* Update website/content/api-docs/libraries-and-sdks.mdx
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
2021-06-30 10:43:41 -04:00
Blake Covarrubias
8a832635b8
docs: Add Consul 1.10 release notes ( #10489 )
...
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
2021-06-29 16:08:57 -07:00
Iryna Shustava
1c0beefc73
docs: add docs for running a single Consul dc in multiple k8s clusters ( #10508 )
2021-06-29 14:23:36 -06:00
jkirschner-hashicorp
89f01647fb
Merge pull request #10519 from jkirschner-hashicorp/fix-doc-service-splitter-example
...
docs: fix service splitter example weight sum
2021-06-29 15:51:18 -04:00
Ashwin Venkatesh
48069d18dd
Add docs for gossip encryption key rotation ( #10522 )
...
* Add docs for gossip encryption key rotation with feedback from David, Kyle and Luke.
2021-06-29 14:45:19 -04:00
Daniel Nephin
391a0eae46
Merge pull request #10437 from christopherlai/patch-1
...
Link to Reverse Proxy from Load Balancer
2021-06-29 14:37:41 -04:00
Blake Covarrubias
8a9dad08b5
docs: Add audit logging examples ( #10382 )
...
* docs: Add audit logging examples
Resolves #8375 , resolves #9055
2021-06-29 10:58:15 -07:00
Blake Covarrubias
ef6e618753
docs: Clarify serf_lan/retry_join behavior with network segments ( #10386 )
...
* docs: Add info on using cloud auto-join with Network Segments
Resolves hashicorp/go-discover#57
* Add note about joining network segments
Specifically call out that agents can be configured to join a network
segment by either specifying the Serf LAN port in the join address,
changing the agent's default Serf LAN port by configuring
`ports.serf_lan`, or specifying the port in the `-serf-lan-port`
command line flag.
Resolves #9972
2021-06-29 10:57:33 -07:00
David Yu
0c63a7b4d4
docs: Remove Helm 2 mention in Consul K8s install and uninstall ( #10517 )
...
* docs: Remove Helm 2 mention in Consul K8s install and uninstall
Helm 2 is no longer supported via Consul K8s. Helm 3 is now the supported version for Consul K8s.
2021-06-29 09:18:08 -07:00
Mike Ajala
d87263b5eb
Update self-hosted-kubernetes.mdx ( #10518 )
...
Corrected typo, from you _mean_ need to you _may_ need.
2021-06-29 09:17:07 -07:00
Jared Kirschner
8dae08e30e
Fix service splitter example weight sum
...
Weight sum must be equal to 100.
2021-06-29 07:01:55 -04:00
Daniel Nephin
16b21b0864
http: add an X-Consul-Query-Backend header to responses
...
So that it is easier to detect and test when streaming is being used.
2021-06-28 16:44:58 -04:00
Daniel Nephin
7531a6681d
docs: correct some misleading telemetry docs
...
The query metrics are actually reported for all read queries, not only
ones that use a MinIndex to block for updates.
Also clarify the raft.apply metric is only on the leader.
2021-06-28 12:20:53 -04:00
Ludovic Ortega
c138c38392
[Fix] Add missing quote ( #10484 )
2021-06-24 13:59:39 -07:00
lornasong
d43f3af2c6
docs/nia: fix catalog-services typos pt 2 ( #10493 )
2021-06-24 16:45:46 -04:00
Kim Ngo
993f4715fd
docs/nia: fix typo ( #10492 )
2021-06-24 13:51:26 -05:00
David Yu
e7557ab4a1
docs: Remove beta version references from Helm reference ( #10477 )
...
Removing references from the 1.10 beta that were included in Helm Configuration Reference
2021-06-24 09:08:33 -07:00
Kim Ngo
491bd51033
docs/nia: Update CTS compatible versions ( #10487 )
2021-06-24 10:16:03 -05:00
David Yu
2872fc6b26
docs: Removal of Consul vs ZooKeeper analysis ( #10469 )
...
* docs: Removal of Consul vs ZooKeeper
Although Consul does have a KV, we are not positioning Consul as a first class KV store versus other alternatives such as etcd or Zookeeper. Will remove this since this has not been updated with further analysis since this content was created.
* Removing from Zookeeper analysis Navbar
* Removing Zookeeper analysis from redirects
2021-06-24 07:23:57 -07:00
trujillo-adam
45d12ac629
Merge pull request #10467 from hashicorp/docs-upgrading-to-1-10-0-fixes
...
Docs upgrading to 1 10 0 fixes
2021-06-23 11:04:01 -07:00
trujillo-adam
2d9d9dbe7a
docs: fixed instance of incorrect grammar usage
2021-06-23 08:50:30 -07:00
David Yu
7962dd82f1
docs - Adding Mesh as CRD in Consul K8s ( #10459 )
...
* docs - Adding Mesh as CRD in Consul K8s
* Removing extra left brace in ServiceDefaults
2021-06-22 19:18:13 -07:00
Luke Kysow
1dcdd2516c
Update config entry docs for CRDs ( #10407 )
...
* Update mesh, proxy-defaults and service-defaults docs to properly
document Kubernetes YAML.
Co-authored-by: David Yu <dyu@hashicorp.com>
2021-06-22 16:56:53 -07:00
Ashwin Venkatesh
17dc691c61
update docs ( #10405 )
...
Consul 1.10 GA for Consul K8s
2021-06-22 16:41:53 -07:00
Nitya Dhanushkodi
b72ad40286
docs: upgrading to tproxy (/docs/upgrades/upgrade-specific) ( #10416 )
...
* docs: update tproxy docs
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2021-06-22 16:41:08 -07:00
Iryna Shustava
1fea51fbb5
docs: update docs/k8s/connect to for tproxy GA. ( #10408 )
...
* Assume tproxy is enabled by default and connect to upstreams
with kube DNS.
* Update docs for missing annotations.
2021-06-22 16:34:20 -07:00
Nitya Dhanushkodi
7494b25c1e
docs: update tproxy docs (/docs/connect/transparent-proxy) ( #10415 )
...
* docs: update tproxy docs
* add examples
* links
2021-06-22 16:29:52 -07:00
David Yu
32179b9867
docs: Update Consul K8s Compat Matrix for Consul 1.10 ( #10456 )
2021-06-22 16:27:04 -07:00
Blake Covarrubias
fbd7acc754
Remove beta release callout on downloads page
2021-06-22 16:22:50 -07:00
Blake Covarrubias
d9add7c2c3
docs: Remove beta tag for 1.10 features
...
Remove beta tag for 1.10 features which are now GA.
2021-06-22 16:22:50 -07:00
trujillo-adam
82d362f79d
docs: fixed some grammar errors and suggested some language improvments in the 'upgrading to 1.10.0' page
2021-06-22 16:16:08 -07:00
trujillo-adam
c1bbd7f0aa
Merge pull request #10434 from hashicorp/faq-license-update
...
docs: updated FAQ to accommodate new requirements prior to upgrading
2021-06-22 14:36:32 -07:00
David Yu
b45ad10299
docs: Remove Grafana from Observability section ( #10454 )
...
* Remove Grafana from Observability section
Reference Grafana Config in the learn guide
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2021-06-22 14:31:45 -07:00
Karl Cardenas
e34ebdbb1e
docs: removed reduntant information from the client agent question
2021-06-22 11:26:45 -10:00
Karl Cardenas
56da24799f
docs: removed npm file changes and re-submitted content
2021-06-22 11:14:56 -10:00
mrspanishviking
4715e8ca0e
Apply suggestions from code review
...
Adding suggestion
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2021-06-22 10:44:11 -10:00
Matt Keeler
76857dd682
Update 1.10 enterprise upgrade docs. ( #10446 )
...
Co-authored-by: Paul Banks <banks@banksco.de>
Co-authored-by: Ashwin Venkatesh <ashwin@hashicorp.com>
2021-06-22 14:39:11 -04:00
trujillo-adam
5137479816
docs: linked license faq to new section about upgrading to 1.10.x; also removed upgrade req details and table in faq
2021-06-22 10:33:11 -07:00
lornasong
edc41c9e47
nia/docs 0.2.0
...
* docs/nia: Add section on upgrading Terraform in CTS
* docs/nia: Add service filter configuration, deprecate tag
* docs/nia: Add version to deprecated note, use path to reference
* docs/nia: catalog-services condition
Co-authored-by: Melissa Kam <mkam@hashicorp.com>
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
2021-06-22 12:49:12 -04:00
trujillo-adam
30ae32b8bf
Update website/content/docs/enterprise/license/faq.mdx
...
docs: Replaced absolute path to Consul docs with relative path in the license FAQ.
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2021-06-22 09:09:27 -07:00
R.B. Boyer
24a9402390
docs: mention that service defaults upstream config sections should not contain wildcards ( #10451 )
2021-06-22 10:57:03 -05:00
trujillo-adam
2c9b8e067f
docs: applied feedback about licensing FAQ and upgrade paths
2021-06-21 16:27:16 -07:00
trujillo-adam
e0740d2019
docs: updated licensing FAQ to include upgrade paths based on Consul server and client version
2021-06-21 13:21:03 -07:00
Kyle Schochenmaier
de558108af
Update health checks docs for tproxy ( #10419 )
...
* Update health checks docs for tproxy
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
2021-06-21 13:48:07 -05:00
R.B. Boyer
339e050163
website: this 1.10.0 upgrade table omitted two versions of envoy ( #10443 )
2021-06-21 13:33:35 -05:00
Christopher Lai
4b53e3767d
Link to Reverse Proxy from Load Balancer
2021-06-19 14:45:18 -07:00
trujillo-adam
9d6d4a6444
docs: updated FAQ to accommodate new requirements prior to upgrading
2021-06-18 14:44:26 -07:00
Daniel Nephin
d81f527be8
Merge pull request #9924 from hashicorp/dnephin/cert-expiration-metric
...
connect: emit a metric for the seconds until root CA expiry
2021-06-18 14:18:55 -04:00
Luke Kysow
a7e7c15adf
Fix links to ECS module ( #10430 )
2021-06-18 09:38:28 -07:00
mrspanishviking
552ed646d2
Merge pull request #10373 from hashicorp/license-faq-docs
...
docs: adding a faq document in preparation for Consul Enterprise 1.10.0
2021-06-18 05:30:06 -10:00