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
Having this added to kubernetes_asyncio would be really useful, although a workaround is also pretty simple (create the Watch() object and set resource_version there too before calling stream()). But this is a bit of a hack ;)
I tried to backport this myself, but got hopefully lost in the test case.
The text was updated successfully, but these errors were encountered:
Currently when you start a
stream()
(on aWatch()
) with a specificresource_version
, the retry after a timeout fails if no new events arrived.This has been solved in
kubernetes-client
with:kubernetes-client/python-base@2d69e89
Having this added to
kubernetes_asyncio
would be really useful, although a workaround is also pretty simple (create theWatch()
object and setresource_version
there too before callingstream()
). But this is a bit of a hack ;)I tried to backport this myself, but got hopefully lost in the test case.
The text was updated successfully, but these errors were encountered: