Update content/en/docs/tasks/run-application/force-delete-stateful-set-pod.md
parent
9a6adb8d62
commit
7055a7efb3
|
@ -51,7 +51,7 @@ Pods may also enter these states when the user attempts graceful deletion of a P
|
||||||
on an unreachable Node.
|
on an unreachable Node.
|
||||||
The only ways in which a Pod in such a state can be removed from the apiserver are as follows:
|
The only ways in which a Pod in such a state can be removed from the apiserver are as follows:
|
||||||
|
|
||||||
* The Node object is deleted (either by you, or by the [Node Controller](/docs/concepts/architecture/nodes/)).
|
* The Node object is deleted (either by you, or by the [Node Controller](/docs/concepts/architecture/nodes/#node-controller)).
|
||||||
* The kubelet on the unresponsive Node starts responding, kills the Pod and removes the entry from the apiserver.
|
* The kubelet on the unresponsive Node starts responding, kills the Pod and removes the entry from the apiserver.
|
||||||
* Force deletion of the Pod by the user.
|
* Force deletion of the Pod by the user.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue