Skip to content

Commit ecc3009

Browse files
authored
Merge pull request #4570 from zac-nixon/main
move QUIC documentation to l4
2 parents 89eef4f + 1fc2d18 commit ecc3009

4 files changed

Lines changed: 15 additions & 18 deletions

File tree

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.6
1+
1.25.7

docs/guide/gateway/gateway.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@ The LBC Gateway API implementation supports the following Gateway API routes:
1313

1414
The LBC is built for Gateway API version v1.3.0.
1515

16-
## QUIC Protocol Support
17-
18-
The AWS Load Balancer Controller supports QUIC protocol for HTTP/3 traffic on Network Load Balancers. QUIC can be enabled for UDP and TCP_UDP listeners through the [LoadBalancerConfiguration](./loadbalancerconfig.md#quicenabled).
19-
20-
**Key Features:**
21-
- Automatic protocol upgrade: UDP → QUIC, TCP_UDP → TCP_QUIC
22-
- HTTP/3 support for improved performance and reduced latency
23-
- Compatible with existing Gateway API resources
24-
25-
**Requirements:**
26-
- Network Load Balancer only
27-
- IP target type (instance target type not supported)
28-
- UDP or TCP_UDP protocol listeners
29-
30-
See the [LoadBalancerConfiguration documentation](./loadbalancerconfig.md#quicenabled) for configuration details.
31-
3216
## Prerequisites
3317
* LBC >= v2.13.0
3418
* For `ip` target type:

docs/guide/gateway/l4gateway.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,16 @@ spec:
177177
value: "60"
178178
```
179179

180+
### QUIC Protocol Support
181+
182+
The AWS Load Balancer Controller supports QUIC protocol for HTTP/3 traffic on Network Load Balancers. QUIC can be enabled for UDP and TCP_UDP listeners through the [LoadBalancerConfiguration](./loadbalancerconfig.md#quicenabled).
183+
184+
**Key Features:**
185+
- Automatic protocol upgrade: UDP → QUIC, TCP_UDP → TCP_QUIC
186+
- HTTP/3 support for improved performance and reduced latency
187+
188+
**Requirements:**
189+
- IP target type (instance target type not supported)
190+
- UDP or TCP_UDP protocol listeners
191+
192+

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/aws-load-balancer-controller
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.40.0

0 commit comments

Comments
 (0)