EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Review waiting logic #77

Closed Fizzadar closed 3 years ago

Fizzadar commented 3 years ago

For example, don't timeout jobs, wait for success or failure threshold on the K8s side to be met.

But also - don't wait for a deployment for 300s if it's stuck in crash loop backoff.

ryan109 commented 3 years ago

Finished https://github.com/EDITD/kubetools/pull/101