RoadieHQ / kubewise

Get Helm notifications in your team chat
Apache License 2.0
59 stars 6 forks source link

Handle installation and upgrade failure #38

Closed dtuite closed 4 years ago

dtuite commented 4 years ago

A reliable way to trigger a failure is to try to install a chart with an invalid image.tag, and the --wait and --timeout 10s flags. The pod will fail to come up because of ErrImagePull and the installation will fail once the timeout is hit.