nats-io/nats-operator

tolerate-unready-endpoints annotation has been deprecated

aojea opened this issue · 0 comments

aojea commented

This annotation was deprecated in 1.13 and is not used in EndpointSlices, that is an evolution of the Endpoint controller.

The project should use the corresponding service API field instead of the annotation

if tolerateUnready == true {
annotations[TolerateUnreadyEndpointsAnnotation] = "true"

xref: kubernetes/kubernetes#108020