Skip to content

Commit aef9369

Browse files
authored
Merge pull request #26610 from oke-py/hash
chore: fix an invalid location.hash
2 parents 7c89df0 + e038da9 commit aef9369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/force-delete-stateful-set-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ before the kubelet deletes the name from the apiserver.
4646

4747
Kubernetes (versions 1.5 or newer) will not delete Pods just because a Node is unreachable.
4848
The Pods running on an unreachable Node enter the 'Terminating' or 'Unknown' state after a
49-
[timeout](/docs/concepts/architecture/nodes/#node-condition).
49+
[timeout](/docs/concepts/architecture/nodes/#condition).
5050
Pods may also enter these states when the user attempts graceful deletion of a Pod
5151
on an unreachable Node.
5252
The only ways in which a Pod in such a state can be removed from the apiserver are as follows:

0 commit comments

Comments
 (0)