ServiceSpecV1.AllocateLoadBalancerNodePorts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.