From 848f3f612c693b81223a4205ff1824a7b9e9b072 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Thu, 17 Aug 2023 15:10:27 -0400 Subject: [PATCH] Add NET_BIND_SERVICE capability to list of consul-dataplane requirements --- website/content/docs/connect/dataplane/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/connect/dataplane/index.mdx b/website/content/docs/connect/dataplane/index.mdx index 9c097d79dbbe..17bd65a3fbc4 100644 --- a/website/content/docs/connect/dataplane/index.mdx +++ b/website/content/docs/connect/dataplane/index.mdx @@ -89,3 +89,4 @@ Consul Dataplane supports the following features: Be aware of the following limitations and recommendations for Consul Dataplane: - Consul Dataplane is not supported on Windows. +- Consul Dataplane requires the `NET_BIND_SERVICE` capability.