Difference between revisions of "Kubernetes Nodes"
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/concepts/architecture/nodes/#condition
(→Errors) |
|||
Line 24: | Line 24: | ||
== Errors == | == Errors == | ||
* <code>[[Pod The node had condition:]]</code> | * <code>[[Pod The node had condition:]]</code> | ||
− | * [[Container]]: [[is approaching memory limit]] | + | * <code>[[Container]]: [[is approaching memory limit]]</code> |
== Related == | == Related == |
Latest revision as of 11:53, 9 October 2023
Kubernetes Nodes or working nodes.
https://kubernetes.io/docs/concepts/architecture/nodes/
kubectl get nodes
kubectl describe nodes
kubectl label nodes
kubectl uncordon
kubectl cordon
kubectl taint nodes
kubectl drain
kubectl delete node
Contents
Node conditions [1][edit]
Related: SchedulingDisabled
Errors[edit]
Related[edit]
- CKA v1.23: Understand host networking configuration on the cluster nodes
- cordoned Node
NodeNotSchedulable, RemovingNode, node/
topologySpreadConstraints
- Kubernetes DaemonSets
See also[edit]
- K8s nodes:
get | uncordon | cordon | drain | taint | describe | patch ] nodes
- 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: