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
If it fails to connect then immediately fail with a traceback and let Kubernetes restart the process
I suspect I'm missing key information here, but that sort of thing sounds like it could end up in an infinitely failing loop, if the connection is impossible for some external reason?
Kubernetes has a backoff mechanism, so it will wait longer and longer between restarts. This is more visible than anything we could invent ourselves...
STATE
PV that can beDISCONNECTED
CONNECTING
CONNECTED
CONNECTING
, thenCONNECTED
if it worksCONNECTED
if the TCP connection drops then set toDISCONNECTED
and halt the polling processSTATE
PVThe text was updated successfully, but these errors were encountered: