Cloud API Overview > @adpt/cloud > k8s > ServiceSpec > publishNotReadyAddresses
k8s.ServiceSpec.publishNotReadyAddresses property
When set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service.
Signature:
publishNotReadyAddresses?: boolean;
Remarks
The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery.