Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CniPath (0.08 sec)

  1. tools/bug-report/pkg/bugreport/bugreport.go

    			wg.Done()
    			logRuntime(startTime, "Done getting CNI logs for %v", pod)
    		}()
    
    		clog, _, _, err := getLog(runner, resources, config, namespace, pod, "")
    		appendGlobalErr(err)
    		writeFile(filepath.Join(archive.CniPath(tempDir, pod), "cni.log"), clog, config.DryRun)
    		log.Infof("Done with CNI logs %v", pod)
    	}()
    }
    
    // getLog fetches the logs for the given namespace/pod/container and returns the log text and stats for it.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top