ServiceSpecV1.AllocateLoadBalancerNodePorts Property

Definition

Indicates whether node ports should be automatically allocated for a service of type LoadBalancer.

[YamlDotNet.Serialization.YamlMember(Alias="allocateLoadBalancerNodePorts")]
public bool? AllocateLoadBalancerNodePorts { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="allocateLoadBalancerNodePorts")>]
member this.AllocateLoadBalancerNodePorts : Nullable<bool> with get, set
Public Property AllocateLoadBalancerNodePorts As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

When set to true, this property ensures that node ports are allocated for the load balancer service, enabling external access through specific ports. This setting is optional and can be used based on service configuration requirements.

Applies to