mirror of https://github.com/hashicorp/consul
Backport of NET-5186 Add NET_BIND_SERVICE capability to consul-dataplane requirements into release/1.17.x (#19452)
* backport of commitpull/19466/heada10c94df56
* backport of commit91ab4ec91d
--------- Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
parent
f7d50713c3
commit
0a9c64783a
|
@ -11,9 +11,9 @@ This topic provides an overview of Consul Dataplane, a lightweight process for m
|
||||||
|
|
||||||
## Supported environments
|
## Supported environments
|
||||||
|
|
||||||
- Dataplanes can connect to Consul servers v1.14.0 and newer.
|
- Dataplanes can connect to Consul servers v1.14.0 and newer.
|
||||||
- Dataplanes on Kubernetes requires Consul K8s v1.0.0 and newer.
|
- Dataplanes on Kubernetes requires Consul K8s v1.0.0 and newer.
|
||||||
- Dataplanes on AWS Elastic Container Services (ECS) requires Consul ECS v0.7.0 and newer.
|
- Dataplanes on AWS Elastic Container Services (ECS) requires Consul ECS v0.7.0 and newer.
|
||||||
|
|
||||||
|
|
||||||
## What is Consul Dataplane?
|
## What is Consul Dataplane?
|
||||||
|
@ -87,7 +87,7 @@ $ export VERSION=1.0.0 && \
|
||||||
Refer to the following documentation for Consul on ECS workloads:
|
Refer to the following documentation for Consul on ECS workloads:
|
||||||
|
|
||||||
- [Deploy Consul with the Terraform module](/consul/docs/ecs/deploy/terraform)
|
- [Deploy Consul with the Terraform module](/consul/docs/ecs/deploy/terraform)
|
||||||
- [Deploy Consul manually](/consul/ecs/install-manul)
|
- [Deploy Consul manually](/consul/ecs/install-manul)
|
||||||
|
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|
||||||
|
@ -135,4 +135,4 @@ Consul Dataplane on ECS support the following features:
|
||||||
### Technical Constraints
|
### Technical Constraints
|
||||||
|
|
||||||
- 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.
|
||||||
|
|
Loading…
Reference in New Issue