Files
kubernetes/test
Todd Neal 453f81d1ca kubelet: pass context to VolumeManager.WaitFor*
This allows us to return with a timeout error as soon as the
context is canceled.  Previously in cases where the mount will
never succeed pods can get stuck deleting for 2 minutes.

In the Sync*Pod methods that call VolumeManager.WaitFor*, we
must filter out wait.Interrupted errors from being logged as
they are part of control flow, not runtime problems. Any
early interruption should result in exiting the Sync*Pod method
as quickly as possible without logging intermediate errors.
2023-04-17 11:53:28 -05:00
..
2022-12-16 20:14:04 +01:00
2022-06-15 13:38:48 +09:00
2023-01-28 23:32:50 -05:00
2023-01-09 09:54:10 +01:00