We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9e4e01 + 7055a7e commit a9b7331Copy full SHA for a9b7331
content/en/docs/tasks/run-application/force-delete-stateful-set-pod.md
@@ -51,7 +51,7 @@ Pods may also enter these states when the user attempts graceful deletion of a P
51
on an unreachable Node.
52
The only ways in which a Pod in such a state can be removed from the apiserver are as follows:
53
54
-* 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)).
55
* The kubelet on the unresponsive Node starts responding, kills the Pod and removes the entry from the apiserver.
56
* Force deletion of the Pod by the user.
57
0 commit comments