Unverified Commit 9ff0d727 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Update env-runtime.md

parent d57cc655
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -60,10 +60,8 @@ sudo usermod -aG docker <your-user>
_:exclamation: **BREAKING CHANGE** :exclamation:<br>With AdvantEDGE release v1.7+, **pre-1.16 k8s releases are no longer supported**._

_:exclamation: **IMPORTANT NOTE** :exclamation:<br>
Current installation procedure uses dockershim (with underlying containerd) as k8s container runtime.
As of k8s version 1.24, dockershim will no longer be supported by k8s team.
We will provide an updated procedure before then to install containerd as the k8s container runtime.
For more information, check out the FAQ page._
Current installation procedure uses Docker container runtime, which is no longer supported as of k8s version 1.22.<br>
For more information, see the [Docker container runtime deprecation FAQ]({{site.baseurl}}{% link docs/project/project-faq.md %}#faq-2-k8s-docker-container-runtime-deprecation)._

We use the kubeadm method from [here](https://kubernetes.io/docs/setup/independent/install-kubeadm/)