From 5101eaf912f0bcf9056b030c17879875ac485044 Mon Sep 17 00:00:00 2001 From: "Rostislav M. Georgiev" Date: Thu, 31 Jan 2019 19:35:10 +0200 Subject: [PATCH] kubeadm: remove rktlet link from install-kubeadm (#12463) Since Kubernetes 1.10, the only supported CRI version is v1alpha2. However, rktlet does not support that version and development seems stopped. As there is no way to use rktlet with k8s >= 1.10, it's best to just remove the rkt link from the "Install runtime" section of "Install kubeadm". Signed-off-by: Rostislav M. Georgiev --- content/en/docs/setup/independent/install-kubeadm.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/setup/independent/install-kubeadm.md b/content/en/docs/setup/independent/install-kubeadm.md index 9197c10754..afc92e220f 100644 --- a/content/en/docs/setup/independent/install-kubeadm.md +++ b/content/en/docs/setup/independent/install-kubeadm.md @@ -90,7 +90,6 @@ Other CRI-based runtimes include: - [containerd](https://github.com/containerd/cri) (CRI plugin built into containerd) - [cri-o](https://github.com/kubernetes-incubator/cri-o) - [frakti](https://github.com/kubernetes/frakti) -- [rkt](https://github.com/kubernetes-incubator/rktlet) Refer to the [CRI installation instructions](/docs/setup/cri) for more information.