Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NodeStatusUnknown (0.25 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    					},
    					Status: v1.NodeStatus{
    						Conditions: []v1.NodeCondition{
    							{
    								Type:               v1.NodeReady,
    								Status:             v1.ConditionUnknown,
    								Reason:             "NodeStatusUnknown",
    								Message:            "Kubelet stopped posting node status.",
    								LastHeartbeatTime:  metav1.Date(2015, 1, 1, 12, 0, 0, 0, time.UTC),
    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

    				if currentCondition.Status != v1.ConditionUnknown {
    					currentCondition.Status = v1.ConditionUnknown
    					currentCondition.Reason = "NodeStatusUnknown"
    					currentCondition.Message = "Kubelet stopped posting node status."
    					currentCondition.LastTransitionTime = nowTimestamp
    				}
    			}
    		}
    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