ServiceSpecV1.PublishNotReadyAddresses 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.
Gets or sets a value indicating whether to publish the addresses of not-ready pods for a Kubernetes Service.
[YamlDotNet.Serialization.YamlMember(Alias="publishNotReadyAddresses")]
public bool? PublishNotReadyAddresses { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="publishNotReadyAddresses")>]
member this.PublishNotReadyAddresses : Nullable<bool> with get, set
Public Property PublishNotReadyAddresses As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
When set to true, the Service will publish the IP addresses of pods even if the pods are not ready. This can be useful when a Service needs to route traffic to pods during their initialization phase or when readiness probes are not strictly necessary.