Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanupOrphanedPodCgroups (0.13 sec)

  1. pkg/kubelet/kubelet_pods.go

    	}
    
    	return kl.streamingRuntime.GetPortForward(ctx, podName, podNamespace, podUID, portForwardOpts.Ports)
    }
    
    // cleanupOrphanedPodCgroups removes cgroups that should no longer exist.
    // it reconciles the cached state of cgroupPods with the specified list of runningPods
    func (kl *Kubelet) cleanupOrphanedPodCgroups(pcm cm.PodContainerManager, cgroupPods map[types.UID]cm.CgroupName, possiblyRunningPods map[types.UID]sets.Empty) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top