[en] update url
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
bf46c15bdf
commit
b7fe7cfa94
|
@ -175,7 +175,7 @@ runtime where possible.
|
||||||
Another thing to look out for is anything expecting to run for system maintenance
|
Another thing to look out for is anything expecting to run for system maintenance
|
||||||
or nested inside a container when building images will no longer work. For the
|
or nested inside a container when building images will no longer work. For the
|
||||||
former, you can use the [`crictl`][cr] tool as a drop-in replacement (see
|
former, you can use the [`crictl`][cr] tool as a drop-in replacement (see
|
||||||
[mapping from docker cli to crictl](https://kubernetes.io/docs/tasks/debug-application-cluster/crictl/#mapping-from-docker-cli-to-crictl))
|
[mapping from docker cli to crictl](https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/#mapping-from-docker-cli-to-crictl))
|
||||||
and for the latter you can use newer container build options like [img], [buildah],
|
and for the latter you can use newer container build options like [img], [buildah],
|
||||||
[kaniko], or [buildkit-cli-for-kubectl] that don’t require Docker.
|
[kaniko], or [buildkit-cli-for-kubectl] that don’t require Docker.
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ sudo kubeadm reset
|
||||||
|
|
||||||
A possible solution is to restart the container runtime and then re-run `kubeadm reset`.
|
A possible solution is to restart the container runtime and then re-run `kubeadm reset`.
|
||||||
You can also use `crictl` to debug the state of the container runtime. See
|
You can also use `crictl` to debug the state of the container runtime. See
|
||||||
[Debugging Kubernetes nodes with crictl](/docs/tasks/debug-application-cluster/crictl/).
|
[Debugging Kubernetes nodes with crictl](/docs/tasks/debug/debug-cluster/crictl/).
|
||||||
|
|
||||||
## Pods in `RunContainerError`, `CrashLoopBackOff` or `Error` state
|
## Pods in `RunContainerError`, `CrashLoopBackOff` or `Error` state
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue