docs: Update Consul K8s CRDs (#15675)

This commit is contained in:
David Yu 2022-12-05 13:06:02 -08:00 committed by GitHub
parent d16a9dc409
commit 98cbf341ae
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)