mirror of https://github.com/hashicorp/consul
parent
a09f1d0e7a
commit
615493e11a
|
@ -10,17 +10,11 @@ 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+)
|
||||
- [`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)
|
||||
|
@ -29,7 +23,7 @@ You can specify the following values in the `kind` field. Click on a configurati
|
|||
- [`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