Skip to content

Tips

Show karpenter nodes

eks-node-viewer -disable-pricing -node-selector karpenter.sh/registered=true
kubectl get node -o yaml | grep -A 1 finalizer

Get the node events

kubectl get events --all-namespaces --field-selector involvedObject.kind=Node

Cannot disrupt Node: state node doesn't contain both a node and a nodeclaim

This can tell you this node is not managed by karpenter