From 6f52816680b4387d92702e037f49cd82afa89bbb Mon Sep 17 00:00:00 2001 From: boruszak Date: Wed, 28 Sep 2022 14:00:21 -0500 Subject: [PATCH] Kyle Rarey - requested constraints added --- website/content/docs/connect/cluster-peering/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/docs/connect/cluster-peering/index.mdx b/website/content/docs/connect/cluster-peering/index.mdx index c457f5ff4b..567dda3307 100644 --- a/website/content/docs/connect/cluster-peering/index.mdx +++ b/website/content/docs/connect/cluster-peering/index.mdx @@ -58,3 +58,5 @@ Not all features and functionality are available in the beta release. In particu - The `consul intention` CLI command is not supported. To manage intentions that specify services in peered clusters, use [configuration entries](/docs/connect/config-entries/service-intentions). - Accessing key/value stores across peers is not supported. - Because non-Enterprise Consul instances are restricted to the `default` namespace, Consul Enterprise instances cannot export services from outside of the `default` namespace to non-Enterprise peers. +- Cross-cluster traffic forwarding does not support `http` type services. +- Cross-cluster mesh gateways are supported in `remote` mode only.