Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: retry on errors when watching pods #9373

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 1, 2024

  1. 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.
    mikedld committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2f1f9d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a15a3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1ec0c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    66d3a1a View commit details
    Browse the repository at this point in the history