This message was deleted.
# k3s
a
This message was deleted.
r
Nodes dying is usually not expected. If you explicitly turn off a node, drain it first.
c
^this is the correct answer
Kubernetes won’t show the pod as gone until you bring the node back online and it goes away, or you delete the node.
It doesn’t know if the the node is off and the pod not running, or if there’s just some sort of network outage that prevents it from talking to the apiserver.
m
Okay
c
it can’t reason about a node it is not able to communicate with.