Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for highest (0.24 sec)

  1. pkg/kubelet/kubelet.go

    	// changes and to update pod status. On the other hand, a shorter period
    	// will cause more frequent relisting (e.g., container runtime operations),
    	// leading to higher cpu usage.
    	// Note that even though we set the period to 1s, the relisting itself can
    	// take more than 1s to finish if the container runtime responds slowly
    	// and/or when there are many container changes in one cycle.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    			// twice. "container never ran" is different than "container ran and failed".  This is handled differently in the kubelet
    			// and it is handled differently in higher order logic like crashloop detection and handling
    			status.State.Terminated = &v1.ContainerStateTerminated{
    				Reason:   kubecontainer.ContainerReasonStatusUnknown,
    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