From 5b5d5f283d8bfb236942f282889a052fb4b44110 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 16 Dec 2021 20:20:11 -0800 Subject: [PATCH 1/2] docs: add exported services to overview --- website/content/docs/connect/config-entries/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/connect/config-entries/index.mdx b/website/content/docs/connect/config-entries/index.mdx index 88280429e..d7d11797c 100644 --- a/website/content/docs/connect/config-entries/index.mdx +++ b/website/content/docs/connect/config-entries/index.mdx @@ -17,6 +17,9 @@ The following configuration entries are supported: - [Mesh](/docs/connect/config-entries/mesh) - controls mesh-wide configuration that applies across namespaces and federated datacenters. + +- [Exported Services](/docs/connect/config-entries/exported-services) - enables + Consul to export service instances to other admin partitions. - [Proxy Defaults](/docs/connect/config-entries/proxy-defaults) - controls proxy configuration From 1a2f8b04c678635b660edd594dba35ced574afe8 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 16 Dec 2021 20:23:03 -0800 Subject: [PATCH 2/2] add enterprise inline --- .../content/docs/connect/config-entries/exported-services.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/connect/config-entries/exported-services.mdx b/website/content/docs/connect/config-entries/exported-services.mdx index cbe411036..ec8fea25c 100644 --- a/website/content/docs/connect/config-entries/exported-services.mdx +++ b/website/content/docs/connect/config-entries/exported-services.mdx @@ -6,11 +6,11 @@ description: >- Settings in this configuration entry can apply to services in any namespace of the specified partition. Write access to the mesh resource is required. --- -# Exported Services +# Exported Services This topic describes the `exported-services` configuration entry type. The `exported-services` configuration entry enables Consul to export service instances to other admin partitions from a single file. This enables your services to be networked across admin partitions. See [Admin Partitions](/docs/enterprise/admin-partitions) for additional information. --> **v1.11.0+:** This config entry is supported in Consul versions 1.11.0+. +-> **v1.11.0+:** This config entry is supported in Consul Enterprise versions 1.11.0+. ## Introduction