Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KillPodSandbox (0.19 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    		result.AddSyncResult(containerResult)
    	}
    
    	// stop sandbox, the sandbox will be removed in GarbageCollect
    	killSandboxResult := kubecontainer.NewSyncResult(kubecontainer.KillPodSandbox, runningPod.ID)
    	result.AddSyncResult(killSandboxResult)
    	// Stop all sandboxes belongs to same pod
    	for _, podSandbox := range runningPod.Sandboxes {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top