teamhephy / controller

Hephy Workflow Controller (API)
https://teamhephy.com
MIT License
14 stars 26 forks source link

Ignore pod scheduling errors during deployments #112

Closed jfuechsl closed 4 years ago

jfuechsl commented 4 years ago

Ignore pod scheduling failures if the DEIS_IGNORE_SCHEDULING_FAILURE environment variable is set.

Pod scheduling errors during deployments, especially in autoscaled clusters, are often temporary. That's why we want to be able to ignore them.

Signed-off-by: Johann Fuechsl johann@fuechsl.co

jfuechsl commented 4 years ago

Created https://github.com/teamhephy/controller/issues/113

Cryptophobia commented 4 years ago

Although it would be nice to merge both PRs in, I don't need to wait for the other PR to approve this. :) :100:

Cryptophobia commented 4 years ago

Thanks @jfuechsl ! I have merged and will include this in the upcoming minor release.