mirror of https://github.com/hashicorp/consul
Backport of docs: Update Consul K8s CRDs into release/1.14.x (#15677)
* backport of commitpull/15680/heada09f1d0e7a
* backport of commit615493e11a
Co-authored-by: David Yu <dyu@hashicorp.com>
parent
4927154c53
commit
2ea33fa689
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue