Hello folks, When using Pulumi Actions in Github (...
# general
l
Hello folks, When using Pulumi Actions in Github (update or up commands), if for whatever reason a deployment doesn't work (ex: init container fails, imagepullBackOff, etc) Pulumi will wait until a timeout threshold is reached. Is there any way to have the command fail instantly if there's a container restart/error detected?
n
Maybe this can help
l
Yes, that works to keep the minute usage low by lowering the await times or canceling them all together, but still doesn't address the issue. If you don't wait, a failed deploy will not show up in the pipeline. At the same time, lowering the timeout can create false positives (a database migration running in the init container can take a long time to finish).