Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findContainerIDByName (0.21 sec)

  1. pkg/kubelet/cm/cpumanager/cpu_manager.go

    			continue
    		}
    
    		allContainers := pod.Spec.InitContainers
    		allContainers = append(allContainers, pod.Spec.Containers...)
    		for _, container := range allContainers {
    			containerID, err := findContainerIDByName(&pstatus, container.Name)
    			if err != nil {
    				klog.V(4).InfoS("ReconcileState: skipping container; ID not found in pod status", "pod", klog.KObj(pod), "containerName", container.Name, "err", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 19.9K bytes
    - Viewed (0)
Back to top