werf / kubedog

Library to watch and follow kubernetes resources in CI/CD deploy pipelines
Apache License 2.0
635 stars 45 forks source link

fix: pods not readying thus task not ready #333

Closed ilya-lesikov closed 5 months ago

ilya-lesikov commented 5 months ago

Sometimes final Ready event comes from low-level trackers too early, before e.g. Pods are even added to StateStore. This forces to Task to go to Ready state regardless of Pods.