k8s.service.publish_not_ready_addresses
Developmentbooleanas of v1.44.0
Whether the Service publishes not-ready endpoints.
Whether the Service is configured to publish endpoints before the pods are ready.
This attribute is typically used to indicate that a Service (such as a headless
Service for a StatefulSet) allows peer discovery before pods pass their readiness probes.
It aligns with the publishNotReadyAddresses field of the
K8s ServiceSpec.
Examples
- true
- false
Used by
entitys (1)
- k8s.service (opt-in)
* required on that signal.
History
Added as development.