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
* fix: retry on errors when watching pods
If timeout (or some network error?) occurs while waiting for a pod
initialization or termination event, e.g. when build takes a long time,
skaffold becomes stuck and never finishes the operation. Use retry
watcher to handle the errors gracefully.
* chore: run `go mod vendor` to pull new dependencies
* test: fixup `TestWaitForPodSucceeded` unit test
* chore: run `go mod vendor` to sync dependencies
---------
Co-authored-by: Angel Montero <[email protected]>
0 commit comments