Zarf fails to open a tunnel when retrying an image push
Opened this issue · 0 comments
Racer159 commented
Environment
Device and OS: Ubuntu 22.04
App version: v0.36.1
Kubernetes distro being used: RKE
Other:
Steps to reproduce
- Incur a failure on an image push (can be done by uploading a bad blob)
Expected result
Zarf successfully retries to push the image
Actual Result
Zarf fails to reopen the tunnel
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Medium - the real issue is the first failure but working retries would potentially help in some circumstances.
Additional Context
On the failed blob upload without additional logic I would still expect it to fail just with the failed blob 3 times - it may be nice to have more logic to handle failed partials as well.