remove rkt reference

Project has ended
This commit is contained in:
Hiram Foster
2020-08-15 18:31:23 -04:00
committed by GitHub
parent fb6364da0a
commit 1d60018620
@@ -79,7 +79,7 @@ weight: 10
<p>Every Kubernetes Node runs at least:</p>
<ul>
<li>Kubelet, a process responsible for communication between the Kubernetes Master and the Node; it manages the Pods and the containers running on a machine.</li>
<li>A container runtime (like Docker, rkt) responsible for pulling the container image from a registry, unpacking the container, and running the application.</li>
<li>A container runtime (like Docker) responsible for pulling the container image from a registry, unpacking the container, and running the application.</li>
</ul>
</div>