• Kubernetes Submit Queue's avatar
    Merge pull request #36723 from dims/fix-matchcontainer-output-retry · a7b63e1a
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Cleanup pod in MatchContainerOutput
    
    MatchContainerOutput always creates a pod and does not cleanup. We need
    to fix this to be better at re-trying the scenarios.
    
    When there is an error say in the first attempt of ExpectNoErrorWithRetries
    (for example in "Pods should contain environment variables for services" test)
    the retries logic calls MatchContainerOutput another time and the
    podClient.create fails correctly since the pod was not cleaned up the
    first time MatchContainerOutput was called.
    
    Fixes #35089
    a7b63e1a
Name
Last commit
Last update
..
BUILD Loading commit data...
cleanup.go Loading commit data...
exec_util.go Loading commit data...
federation_util.go Loading commit data...
framework.go Loading commit data...
gobindata_util.go Loading commit data...
kubelet_stats.go Loading commit data...
log_size_monitoring.go Loading commit data...
metrics_util.go Loading commit data...
networking_utils.go Loading commit data...
nodes_util.go Loading commit data...
perf_util.go Loading commit data...
pods.go Loading commit data...
resource_usage_gatherer.go Loading commit data...
test_context.go Loading commit data...
util.go Loading commit data...