GoogleContainerTools / skaffold

Easy and Repeatable Kubernetes Development
https://skaffold.dev/
Apache License 2.0
15.04k stars 1.62k forks source link

Check why statuscheck is not interruptible. #4599

Closed tejal29 closed 4 years ago

tejal29 commented 4 years ago

When implementing status check, for subsequent following dev iterations, if a file change occurs the previous context in which status check runs got canceled. I had verified this on the prototype branch

The reason for this is,

Verify if we still do this.

dgageot commented 4 years ago

Duplicate of #3908