Backport of docs: Update Consul K8s CRDs into release/1.14.x (#15677)

* backport of commit a09f1d0e7a

* backport of commit 615493e11a

Co-authored-by: David Yu <dyu@hashicorp.com>
pull/15680/head
hc-github-team-consul-core 2022-12-05 16:06:47 -05:00 committed by GitHub
parent 4927154c53
commit 2ea33fa689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 9 deletions

View File

@ -10,24 +10,20 @@ description: >-
This topic describes how to manage Consul [configuration entries](/docs/agent/config-entries)
with Kubernetes Custom Resources. Configuration entries provide cluster-wide defaults for the service mesh.
## Requirements
* consul-helm 0.28.0 or later
* consul-k8s 0.22.0 or later
* consul 1.8.4 or later; some configuration entries require a newer version of Consul
## Supported Configuration Entries
You can specify the following values in the `kind` field. Click on a configuration entry to view its documentation:
- [`Mesh`](/docs/connect/config-entries/mesh) (requires Consul 1.10.0+)
- [`ExportedServices`](/docs/connect/config-entries/exported-services) <EnterpriseAlert inline />
- [`Mesh`](/docs/connect/config-entries/mesh)
- [`ExportedServices`](/docs/connect/config-entries/exported-services)
- [`PeeringAcceptor`](/docs/connect/cluster-peering/k8s#peeringacceptor)
- [`PeeringDialer`](/docs/connect/cluster-peering/k8s#peeringdialer)
- [`ProxyDefaults`](/docs/connect/config-entries/proxy-defaults)
- [`ServiceDefaults`](/docs/connect/config-entries/service-defaults)
- [`ServiceSplitter`](/docs/connect/config-entries/service-splitter)
- [`ServiceRouter`](/docs/connect/config-entries/service-router)
- [`ServiceResolver`](/docs/connect/config-entries/service-resolver)
- [`ServiceIntentions`](/docs/connect/config-entries/service-intentions) (requires Consul 1.9.0+)
- [`ServiceIntentions`](/docs/connect/config-entries/service-intentions)
- [`IngressGateway`](/docs/connect/config-entries/ingress-gateway)
- [`TerminatingGateway`](/docs/connect/config-entries/terminating-gateway)