From 3907af5a1b05a828972135f496fe74bf94ba4618 Mon Sep 17 00:00:00 2001 From: Anuj Sharma Date: Tue, 29 Jan 2019 06:53:10 +0530 Subject: [PATCH] 'removed rktlet from cri installation docs (#12408) --- content/en/docs/setup/cri.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/cri.md b/content/en/docs/setup/cri.md index b5898418da..51c2420b46 100644 --- a/content/en/docs/setup/cri.md +++ b/content/en/docs/setup/cri.md @@ -218,8 +218,8 @@ tar --no-overwrite-dir -C / -xzf cri-containerd-${CONTAINERD_VERSION}.linux-amd6 systemctl start containerd ``` -## Other CRI runtimes: rktlet and frakti +## Other CRI runtimes: frakti -Refer to the [Frakti QuickStart guide](https://github.com/kubernetes/frakti#quickstart) and [Rktlet Getting Started guide](https://github.com/kubernetes-incubator/rktlet/blob/master/docs/getting-started-guide.md) for more information. +Refer to the [Frakti QuickStart guide](https://github.com/kubernetes/frakti#quickstart) for more information. {{% /capture %}}