From 34b80382b65dbed61cede79dc4fe2e849d9d17a7 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Fri, 11 Mar 2022 17:17:00 +0530 Subject: [PATCH] docs: Get rid of note related to networking. One may want to use standalone containerd without k8s and still have network enabled for the container. Getting rid of note due to inaccuracy. Signed-off-by: Archana Shinde --- docs/how-to/containerd-kata.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/how-to/containerd-kata.md b/docs/how-to/containerd-kata.md index 5cdac16b98..2077f371a3 100644 --- a/docs/how-to/containerd-kata.md +++ b/docs/how-to/containerd-kata.md @@ -72,7 +72,6 @@ $ command -v containerd ### Install CNI plugins -> **Note:** You do not need to install CNI plugins if you do not want to use containerd with Kubernetes. > If you have installed Kubernetes with `kubeadm`, you might have already installed the CNI plugins. You can manually install CNI plugins as follows: