Skip to content

Commit 3c7b16f

Browse files
Update api/v1beta1/types.go
Co-authored-by: Nawaz K <[email protected]>
1 parent b66e8fe commit 3c7b16f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/v1beta1/types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ type NetworkSpec struct {
111111
// +optional
112112
ControlPlaneOutboundLB *LoadBalancerSpec `json:"controlPlaneOutboundLB,omitempty"`
113113

114-
// AdditionalControlPlaneLBPorts is the configuration for the additional inbound control-plane load balancer ports
114+
// 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.
115116
// +optional
116117
AdditionalControlPlaneLBPorts []LoadBalancerPort `json:"additionalControlPlaneLBPorts,omitempty"`
117118

0 commit comments

Comments
 (0)