-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Add support for TlsRouteRule.BackendRef.Weight which would allow users to configure traffic splitting for TLSRoutes.
Notes:
- this is an extended feature
- TLSRoute has undefined behavior when multiple TLSRouteRules are specified. We need to figure out the desired behavior in that case before implementing this feature. For example what is the expected behavior for the following TLSRoute:
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: TLSRoute
metadata:
name: tls-route-confusion
spec:
parentRefs:
- name: gateway-tlsroute
hostnames:
- abc.example.com
rules:
- backendRefs:
- name: tls-backend
port: 443
- backendRefs:
- name: tls-backend-2
port: 443
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
🆕 New