Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cpuset (0.16 sec)

  1. pkg/kubelet/kubelet.go

    			pod = kl.handlePodResourcesResize(pod)
    		}
    	}
    
    	// TODO(#113606): use cancellation from the incoming context parameter, which comes from the pod worker.
    	// Currently, using cancellation from that context causes test failures. To remove this WithoutCancel,
    	// any wait.Interrupted errors need to be filtered from result and bypass the reasonCache - cancelling
    	// the context for SyncPod is a known and deliberate error, not a generic error.
    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_test.go

    		// Maps from resourceName to the value we use to set node.allocatableResource[resourceName].
    		// A resource with invalid value (< 0) causes the function to return an error
    		// to emulate resource Allocation failure.
    		// Resources not contained in this map will have their node.allocatableResource
    		// quantity unchanged.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top