-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Retry port forwarding when we see forwarding-related errors from kubectl #2566
Retry port forwarding when we see forwarding-related errors from kubectl #2566
Conversation
hmm, lets hold off this change. i tried this on my branch. I see a lot of retry loops.
|
on the other hand,
|
413221f
to
14f8ccc
Compare
ugh, |
Codecov Report
|
sometimes kubectl port-forward will throw errors that look like
error: unable to forward port because pod is not running. Current status=Pending
and sometimes it will throw errors that look like
error forwarding port....
now, we'll just retry anytime we see an
error
in the logs from kubectl port-forward.