Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NodeStatusNeverUpdated (0.57 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    								Reason:             "NodeStatusNeverUpdated",
    								Message:            "Kubelet never posted node status.",
    								LastHeartbeatTime:  metav1.Date(2012, 1, 1, 0, 0, 0, 0, time.UTC),
    								LastTransitionTime: fakeNow,
    							},
    							{
    								Type:               v1.NodePIDPressure,
    								Status:             v1.ConditionUnknown,
    								Reason:             "NodeStatusNeverUpdated",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  2. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    				node.Status.Conditions = append(node.Status.Conditions, v1.NodeCondition{
    					Type:               nodeConditionType,
    					Status:             v1.ConditionUnknown,
    					Reason:             "NodeStatusNeverUpdated",
    					Message:            "Kubelet never posted node status.",
    					LastHeartbeatTime:  node.CreationTimestamp,
    					LastTransitionTime: nowTimestamp,
    				})
    			} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top