Backport of NET-5186 Add NET_BIND_SERVICE capability to consul-dataplane requirements into release/1.16.x (#19451)

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
hc-github-team-consul-core 2023-11-01 13:07:55 -05:00 committed by GitHub
parent 588e108c51
commit 1a977a1439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -89,3 +89,4 @@ Consul Dataplane supports the following features:
Be aware of the following limitations and recommendations for Consul Dataplane: Be aware of the following limitations and recommendations for Consul Dataplane:
- Consul Dataplane is not supported on Windows. - 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.