@@ -274,23 +274,24 @@ spec:
274
274
loadBalancers :
275
275
description : loadBalancers is optional configuration for configuring
276
276
loadbalancers to control plane or data plane nodes. when
277
- omitted system will create a public loadbalancer with name
278
- CLUSTER_NAME-loadbalancer. when specified a vpc loadbalancer
279
- will be created and controlPlaneEndpoint will be set with
280
- associated hostname of loadbalancer. ControlPlaneEndpoint
277
+ omitted system will create a default public loadbalancer
278
+ with name CLUSTER_NAME-loadbalancer. when specified a vpc
279
+ loadbalancer will be created and controlPlaneEndpoint will
280
+ be set with associated hostname of loadbalancer. ControlPlaneEndpoint
281
281
will be set with associated hostname of public loadbalancer.
282
282
when LoadBalancers[].ID is set, its expected that there
283
283
exist a loadbalancer with ID or else system will give error.
284
284
when LoadBalancers[].Name is set, system will first check
285
285
for loadbalancer with Name, if not exist system will create
286
- new loadbalancer.
286
+ new loadbalancer. For each loadbalancer a default backed
287
+ pool and front listener will be configured with port 6443.
287
288
items :
288
289
description : VPCLoadBalancerSpec defines the desired state
289
290
of an VPC load balancer.
290
291
properties :
291
292
additionalListeners :
292
293
description : AdditionalListeners sets the additional
293
- listeners for the control plane load balancer. .
294
+ listeners for the control plane load balancer.
294
295
items :
295
296
description : AdditionalListenerSpec defines the desired
296
297
state of an additional listener on an VPC load balancer.
0 commit comments