node.kubernetes.io
Jump to navigation
Jump to search
node.kubernetes.io/not-ready: Node is not ready. This corresponds to the NodeCondition Ready being "False". node.kubernetes.io/unreachable: Node is unreachable from the node controller. This corresponds to the NodeCondition Ready being "Unknown". node.kubernetes.io/network-unavailable: Node's network is unavailable. node.kubernetes.io/unschedulable: Node is unschedulable.
node.kubernetes.io/instance-type
node.kubernetes.io/memory-pressure: Node has memory pressure. node.kubernetes.io/disk-pressure: Node has disk pressure. node.kubernetes.io/pid-pressure: Node has PID pressure.
node.cloudprovider.kubernetes.io/uninitialized: When the kubelet is started with "external" cloud provider, this taint is set on a node to mark it as unusable. After a controller from the cloud-controller-manager initializes this node, the kubelet removes this taint.
node.kubernetes.io/lifecycle=spot
tolerations: - key: node.kubernetes.io/not-ready operator: Exists effect: NoExecute tolerationSeconds: 300 - key: node.kubernetes.io/unreachable operator: Exists effect: NoExecute tolerationSeconds: 300
Related[edit]
tolerations:
- Deleting node
0/24 nodes are available: 1 node(s) didn't match pod anti-affinity rules, 1 node(s) were unschedulable, 2 node(s) had taint {node.kubernetes.io/not-ready}, that the pod did not tolerate, 20 node(s) didn't match Pod's node affinity/selector.
- filter
See also[edit]
node.kubernetes.io: /instance-type, /unreachable, node.kubernetes.io/not-ready, /disk-pressure
- Kubernetes nodes,
node.kubernetes.io
K8s Node controller (node-controller),MemoryPressure, DiskPressure, NodeHasDiskPressure, events, NodeNotReady
, Node-pressure Eviction, RemovingNode, ProviderID,kubectl node-shell, kubectl describe nodes
Advertising: