Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for NodeReady (0.18 sec)

  1. pkg/apis/core/types.go

    // These are valid but not exhaustive conditions of node. A cloud provider may set a condition not listed here.
    // Relevant events contain "NodeReady", "NodeNotReady", "NodeSchedulable", and "NodeNotSchedulable".
    const (
    	// NodeReady means kubelet is healthy and ready to accept pods.
    	NodeReady NodeConditionType = "Ready"
    	// NodeMemoryPressure means the kubelet is under pressure due to insufficient available memory.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    // These are valid but not exhaustive conditions of node. A cloud provider may set a condition not listed here.
    // Relevant events contain "NodeReady", "NodeNotReady", "NodeSchedulable", and "NodeNotSchedulable".
    const (
    	// NodeReady means kubelet is healthy and ready to accept pods.
    	NodeReady NodeConditionType = "Ready"
    	// NodeMemoryPressure means the kubelet is under pressure due to insufficient available memory.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

    - Kubeadm: during join when a check is performed that a Node with the same name already exists in the cluster, make sure the NodeReady condition is properly validated ([#89602](https://github.com/kubernetes/kubernetes/pull/89602), [@kvaps](https://github.com/kvaps)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top