Shopify / krane

A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result
MIT License
1.38k stars 114 forks source link

Optimize chance of users reading error messages take 2 #939

Closed epk closed 11 months ago

epk commented 11 months ago

Opened in place of https://github.com/Shopify/krane/pull/913

In my opinion, we should reconsider https://github.com/Shopify/krane/pull/913 and merge these changes.

Most of the support requests we receive related to krane deploy failures can be resolved by simply scrolling up to view the actual error. However, developers often overlook logs, and this minor UX adjustment (displaying errors at the bottom instead of in the middle) could make a notable difference.

This is a very safe change that has a very minor implication to the output of krane (that most developers don't look at in the first place)