Difference between revisions of "Kubernetes Nodes"
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/concepts/architecture/nodes/#condition
Line 34: | Line 34: | ||
* {{kubectl nodes}} | * {{kubectl nodes}} | ||
* {{Kubernetes nodes}} | * {{Kubernetes nodes}} | ||
− | |||
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Revision as of 14:35, 5 January 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
Node conditions [1]
Related: SchedulingDisabled
Related
- CKA v1.23: Understand host networking configuration on the cluster nodes
Pod The node had condition:
- Container: is approaching memory limit
- cordoned Node
NodeNotSchedulable, RemovingNode, node/
topologySpreadConstraints
- Kubernetes DaemonSets
See also
- 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: