Skip to content

Commit b7fe7cf

Browse files
committed
[en] update url
Signed-off-by: xin.li <[email protected]>
1 parent bf46c15 commit b7fe7cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ runtime where possible.
175175
Another thing to look out for is anything expecting to run for system maintenance
176176
or nested inside a container when building images will no longer work. For the
177177
former, you can use the [`crictl`][cr] tool as a drop-in replacement (see
178-
[mapping from docker cli to crictl](https://kubernetes.io/docs/tasks/debug-application-cluster/crictl/#mapping-from-docker-cli-to-crictl))
178+
[mapping from docker cli to crictl](https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/#mapping-from-docker-cli-to-crictl))
179179
and for the latter you can use newer container build options like [img], [buildah],
180180
[kaniko], or [buildkit-cli-for-kubectl] that don’t require Docker.
181181

content/en/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sudo kubeadm reset
114114

115115
A possible solution is to restart the container runtime and then re-run `kubeadm reset`.
116116
You can also use `crictl` to debug the state of the container runtime. See
117-
[Debugging Kubernetes nodes with crictl](/docs/tasks/debug-application-cluster/crictl/).
117+
[Debugging Kubernetes nodes with crictl](/docs/tasks/debug/debug-cluster/crictl/).
118118

119119
## Pods in `RunContainerError`, `CrashLoopBackOff` or `Error` state
120120

0 commit comments

Comments
 (0)