Dhia Ayachi
e5dbf5e55b
Add ca certificate metrics ( #10504 )
...
* add intermediate ca metric routine
* add Gauge config for intermediate cert
* Stop metrics routine when stopping leader
* add changelog entry
* updage changelog
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
* use variables instead of a map
* go imports sort
* Add metrics for primary and secondary ca
* start metrics routine in the right DC
* add telemetry documentation
* update docs
* extract expiry fetching in a func
* merge metrics for primary and secondary into signing ca metric
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
2021-07-07 09:41:01 -04:00
Daniel Nephin
14527dd005
Merge pull request #10552 from hashicorp/dnephin/ca-remove-rotation-period
...
ca: remove unused RotationPeriod field
2021-07-06 18:49:33 -04:00
jkirschner-hashicorp
31bbab8ae7
Merge pull request #10560 from jkirschner-hashicorp/change-sane-to-reasonable
...
Replace use of 'sane' where appropriate
2021-07-06 11:46:04 -04:00
Daniel Nephin
b4a10443d1
ca: remove unused RotationPeriod field
...
This field was never used. Since it is persisted as part of a map[string]interface{} it
is pretty easy to remove it.
2021-07-05 19:15:44 -04:00
Jared Kirschner
4c3b1b8b7b
Replace use of 'sane' where appropriate
...
HashiCorp voice, style, and language guidelines recommend avoiding ableist
language unless its reference to ability is accurate in a particular use.
2021-07-02 12:18:46 -04:00
David Yu
b43bd28be0
docs: Formatting for Ingress Controllers example repos ( #10542 )
...
* docs: Formatting for Ingress Controllers example repos
* Update ingress-controllers.mdx
2021-07-01 10:48:40 -07:00
Kyle Schochenmaier
e128e38d9e
docs: Ingress controllers configurations ( #10495 )
...
Add high level documentation on how to enable ingress controllers in consul on k8s.
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2021-07-01 11:24:27 -05:00
David Yu
e4cf9fcc9c
docs: remove alpha from 1.10.0 reference for observability on k8s metrics merging ( #10528 )
...
The docs note an alpha pre-release version on K8s observability. Updating to only reference the GA 1.10.0 version of Consul for observability on k8s and metrics merging.
2021-06-30 12:18:19 -07:00
Daniel Nephin
9a0680040e
Merge pull request #10527 from hashicorp/rename-main-branch
...
Update references to the main branch
2021-06-30 13:07:09 -04:00
Luke Kysow
128d4444f5
docs: Document setting dashboard_url on k8s ( #10510 )
...
It's tricky because the `{{` needs to be escaped with Helm.
2021-06-30 09:16:38 -07:00
Jan Berktold
cf205d7fd9
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
bd07b90a63
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
Daniel Nephin
17c3c463ae
Rename main branch in CHANGELOG and website docs
2021-06-29 18:55:35 -04:00
Daniel Nephin
c2cc9b6bda
Update references to the main branch
...
The main branch is being renamed from master->main. This commit should
update all references to the main branch to the new name.
Co-Authored-By: Mike Morris <mikemorris@users.noreply.github.com>
2021-06-29 17:17:38 -04:00
Iryna Shustava
e6e3e196db
docs: add docs for running a single Consul dc in multiple k8s clusters ( #10508 )
2021-06-29 14:23:36 -06:00
jkirschner-hashicorp
88bee0127e
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
23ca62c606
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
e5dbc4262b
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
e51f92484c
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
50fba03268
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
351c5e350d
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
9a8c966f74
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
817a7ff454
Fix service splitter example weight sum
...
Weight sum must be equal to 100.
2021-06-29 07:01:55 -04:00
Daniel Nephin
d0e32cc3ba
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
902bd80989
Merge pull request #10506 from hashicorp/dnephin/docs-rpc-query-metrics
...
docs: correct some misleading telemetry docs
2021-06-28 12:33:57 -04:00
Daniel Nephin
86244967c5
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
Kendall Strautman
1cab0b41bb
chore: upgrade react-head and deps ( #10499 )
2021-06-28 08:39:14 -07:00
Ludovic Ortega
a1e7556af6
[Fix] Add missing quote ( #10484 )
2021-06-24 13:59:39 -07:00
lornasong
c232a544a4
docs/nia: fix catalog-services typos pt 2 ( #10493 )
2021-06-24 16:45:46 -04:00
Kim Ngo
811aa82f15
docs/nia: fix typo ( #10492 )
2021-06-24 13:51:26 -05:00
David Yu
e0a6946506
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
682dd6cad1
docs/nia: Update CTS compatible versions ( #10487 )
2021-06-24 10:16:03 -05:00
David Yu
3c1fda212a
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
Mike Wickett
722e8398ce
update content param for improved attribution ( #10468 )
2021-06-24 10:02:26 -04:00
Peter M
dd2bf56b1d
Updating alert for 1.10 announcement ( #10474 )
2021-06-23 12:48:45 -07:00
Zachary Shilton
5563c8cd68
website: bump use-cases to latest ( #10472 )
...
* website: bump use-cases to latest
* chore: bump use-cases to stable release
2021-06-23 15:19:59 -04:00
trujillo-adam
94255cf0c6
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
07c97ddb75
docs: fixed instance of incorrect grammar usage
2021-06-23 08:50:30 -07:00
David Yu
2b4942b7f5
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
3ad64aeb7d
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
33921549ae
update docs ( #10405 )
...
Consul 1.10 GA for Consul K8s
2021-06-22 16:41:53 -07:00
Nitya Dhanushkodi
a91c670eab
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
2169266927
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
d001b197b0
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
dbb6889b72
docs: Update Consul K8s Compat Matrix for Consul 1.10 ( #10456 )
2021-06-22 16:27:04 -07:00
Blake Covarrubias
8b7123b585
Remove beta release callout on downloads page
2021-06-22 16:22:50 -07:00
Blake Covarrubias
ebe1f1cb51
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
0546fbb1d8
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
Zachary Shilton
f6fd8e2a0e
website: upgrade code-block ( #10436 )
...
* website: upgrade code-block
* website: bump to latest stable releases
2021-06-22 17:38:54 -04:00
trujillo-adam
2e72003328
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