DataDog / watermarkpodautoscaler

Custom controller that extends the Horizontal Pod Autoscaler
Apache License 2.0
211 stars 25 forks source link

fix(readiness_delay_s): change condition of ignore pod #171

Closed nicolasgodefroy closed 1 year ago

nicolasgodefroy commented 1 year ago

What does this PR do?

Definition :

Change the condition if the pod is ready and the readinessDelaySeconds is after the last transition time of the pod.

Motivation

Fix the readiness_delay_sec condition.

Additional Notes

Fix init with make intall-tools

Describe your test plan