You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either way, I think to make this reliable we'll also want to further designate errors to be handled to determine transient failures (where possible) from permanent failures (eg: user specified a bad image). This can be a fast follow item IMO. I think this already gets us to a better standing in terms of transient errors.
We do have some of these provided by the use of the github.com/pkg/errors package in the downstream project - so we may be able to dig in. However, this may not be help if there's not predefined errors or distinguishable errors used - which on cursory glance appears to be the case at the API surface area; it is possible the api surface area is bubbling up well defined errors we can handle though.
iliana
changed the title
host-ctr image pull: differentiate transient and permenant errors and handle them differently
host-ctr image pull: differentiate transient and permanent errors and handle them differently
Feb 26, 2020
Originally posted by @jahkeup #433 (review)
The text was updated successfully, but these errors were encountered: