Unverified Commit 4fe846fa authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Update project-faq.md

parent 872136fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ Related resources:
## FAQ 2: K8s Docker container runtime deprecation
_**Starting with k8s version 1.22, Docker container runtime is no longer supported**_

With release 1.20, Kubernetes announced the deprecation of Docker as a container runtime, promoting instead other runtimes that support the
Container Runtime Interface (CRI) such as containerd and CRI-O. As of release 1.22, Docker container runtime was officially unsupported.
With release 1.20, Kubernetes announced that it was deprecating Docker as a container runtime, promoting instead other runtimes that support the
Container Runtime Interface (CRI), such as containerd and CRI-O. As of release 1.22, Docker container runtime is officially unsupported by k8s.

**Why deprecate Docker container runtime?**