Native Kubernetes service load-balancing

This commit is contained in:
Romain
2023-03-20 16:46:05 +01:00
committed by GitHub
parent 7af9d16208
commit 6e460cd652
37 changed files with 1013 additions and 67 deletions

View File

@@ -89,6 +89,13 @@ spec:
description: Namespace defines the namespace of the referenced
Kubernetes Service.
type: string
nativeLB:
description: NativeLB controls, when creating the load-balancer,
whether the LB's children are directly the pods IPs
or if the only child is the Kubernetes Service clusterIP.
The Kubernetes Service itself does load-balance to the
pods. By default, NativeLB is false.
type: boolean
port:
anyOf:
- type: integer