Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for recordNodeStatusEvent (0.2 sec)

  1. pkg/kubelet/kubelet_node_status.go

    		nodestatus.MemoryPressureCondition(kl.clock.Now, kl.evictionManager.IsUnderMemoryPressure, kl.recordNodeStatusEvent),
    		nodestatus.DiskPressureCondition(kl.clock.Now, kl.evictionManager.IsUnderDiskPressure, kl.recordNodeStatusEvent),
    		nodestatus.PIDPressureCondition(kl.clock.Now, kl.evictionManager.IsUnderPIDPressure, kl.recordNodeStatusEvent),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  2. pkg/kubelet/nodestatus/setters.go

    	nodeShutdownManagerErrorsFunc func() error, // typically kubelet.shutdownManager.errors.
    	recordEventFunc func(eventType, event string), // typically Kubelet.recordNodeStatusEvent
    	localStorageCapacityIsolation bool,
    ) Setter {
    	return func(ctx context.Context, node *v1.Node) error {
    		// NOTE(aaronlevy): NodeReady condition needs to be the last in the list of node conditions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 12:12:04 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top