diff --git a/website/pages/docs/integrations/consul-connect.mdx b/website/pages/docs/integrations/consul-connect.mdx index 389182538..38cdb4c9a 100644 --- a/website/pages/docs/integrations/consul-connect.mdx +++ b/website/pages/docs/integrations/consul-connect.mdx @@ -328,13 +328,10 @@ dashes (`-`) are converted to underscores (`_`) in environment variables so - The `consul` binary must be present in Nomad's `$PATH` to run the Envoy proxy sidecar on client nodes. -- Consul Connect Native requires host networking. -- Only the Docker, `exec`, `raw_exec`, and `java` drivers support network namespaces - and Connect. - Changes to the `connect` stanza may not properly trigger a job update ([#6459][gh6459]). Changing a `meta` variable is the suggested workaround as this will always cause an update to occur. -- Consul Connect and network namespaces are only supported on Linux. +- Consul Connect using network namespaces is only supported on Linux. [count-dashboard]: /img/count-dashboard.png [gh6120]: https://github.com/hashicorp/nomad/issues/6120