• k8s-merge-robot's avatar
    Merge pull request #24185 from jsafrane/devel/stabilize-provisioning-e2e · 35ea9b87
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Increase provisioning test timeouts.
    
    We've encountered flakes in our e2e infrastructure when kubelet took more than one minute to detach a volume used by a deleted pod.
    
    Let's increase the wait period from 1 to 3 minutes. This slows down the test by 2 minutes, but it makes the test more stable.
    
    In addition, when kubelet cannot detach a volume for 3 minutes, let the test wait for additional recycle controller retry interval (10 minutes) and hope the volume is deleted by then. This should not increase usual test time, it makes the test stable when kubelet is _extremely_ slow when releasing the volume.
    
    Fixes: #24161
    35ea9b87
Name
Last commit
Last update
..
component/scheduler/perf Loading commit data...
e2e Loading commit data...
e2e_node Loading commit data...
fixtures/pkg/kubectl/cmd/apply Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
soak Loading commit data...
OWNERS Loading commit data...