We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66e8fe commit 3c7b16fCopy full SHA for 3c7b16f
api/v1beta1/types.go
@@ -111,7 +111,8 @@ type NetworkSpec struct {
111
// +optional
112
ControlPlaneOutboundLB *LoadBalancerSpec `json:"controlPlaneOutboundLB,omitempty"`
113
114
- // AdditionalControlPlaneLBPorts is the configuration for the additional inbound control-plane load balancer ports
+ // AdditionalControlPlaneLBPorts specifies extra inbound ports for the APIServer load balancer.
115
+ // Each port specified (e.g., 9345) creates an inbound rule where the frontend port and the backend port are the same.
116
117
AdditionalControlPlaneLBPorts []LoadBalancerPort `json:"additionalControlPlaneLBPorts,omitempty"`
118
0 commit comments