Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for containerCrashed (0.1 sec)

  1. pkg/test/kube/dump.go

    		for _, container := range containers {
    			if !proxyContainer.IsContainer(container) {
    				continue
    			}
    			restarts := containerRestarts(pod, proxyContainer.Name())
    			crashed, _ := containerCrashed(pod, proxyContainer.Name())
    			if !crashed && restarts == 0 {
    				// no need to store this dump
    				continue
    			}
    
    			findDumps := fmt.Sprintf("find %s -name core.*", coredumpDir)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top