From 8dc695987c2980d8a598c55dcb764827823de75f Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Fri, 26 Mar 2021 14:43:29 -0400 Subject: [PATCH] docs: note that Connect requires a hard-coded port Co-authored-by: Kris Hicks --- website/content/docs/integrations/consul-connect.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/integrations/consul-connect.mdx b/website/content/docs/integrations/consul-connect.mdx index c56c22e97..b6ebfa742 100644 --- a/website/content/docs/integrations/consul-connect.mdx +++ b/website/content/docs/integrations/consul-connect.mdx @@ -255,7 +255,8 @@ any ports in its network. The service stanza enables Connect: The `port` in the service stanza is the port the API service listens on. The Envoy proxy will automatically route traffic to that port inside the network -namespace. +namespace. Note that currently this cannot be a named port; it must be a +hard-coded port value. See [GH-9907]. ### Web Frontend @@ -333,5 +334,4 @@ dashes (`-`) are converted to underscores (`_`) in environment variables so connections while the Nomad agent is restarting. [count-dashboard]: /img/count-dashboard.png -[gh6120]: https://github.com/hashicorp/nomad/issues/6120 -[gh6701]: https://github.com/hashicorp/nomad/issues/6701 +[GH-9907]: https://github.com/hashicorp/nomad/issues/9907