From 1a977a14391f01870c8e1546fe8808cea7fa4293 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Wed, 1 Nov 2023 13:07:55 -0500 Subject: [PATCH] Backport of NET-5186 Add NET_BIND_SERVICE capability to consul-dataplane requirements into release/1.16.x (#19451) Co-authored-by: Nathan Coleman --- 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 9c097d79d..eab2beb91 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. Refer to [Set capabilities for a Container](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-capabilities-for-a-container) in the Kubernetes Documentation for more information.