Update deprecated link to Container Runtime Interface (#12957)

This commit is contained in:
Zoltan 2019-03-08 12:38:06 +13:00 committed by Kubernetes Prow Robot
parent f797f1b5ac
commit d5fc7c3bb8
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ network rules on the host and performing connection forwarding.
### Container Runtime
The container runtime is the software that is responsible for running containers.
Kubernetes supports several runtimes: [Docker](http://www.docker.com), [containerd](https://containerd.io), [cri-o](https://cri-o.io/), [rktlet](https://github.com/kubernetes-incubator/rktlet) and any implementation of the [Kubernetes CRI (Container Runtime Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/container-runtime-interface.md).
Kubernetes supports several runtimes: [Docker](http://www.docker.com), [containerd](https://containerd.io), [cri-o](https://cri-o.io/), [rktlet](https://github.com/kubernetes-incubator/rktlet) and any implementation of the [Kubernetes CRI (Container Runtime Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).
## Addons