From 4c595d4075b7cee357b0b5544ea14886ba65426a Mon Sep 17 00:00:00 2001 From: Tom Kivlin Date: Tue, 24 May 2022 17:31:40 +0100 Subject: [PATCH] removed the "Usage Summary" section as no longer needed --- .../extend-kubernetes/compute-storage-net/network-plugins.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md index 6608381552..ae91dffadc 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md @@ -141,8 +141,4 @@ metadata: ... ``` -## Usage Summary - -Once the Kubelet is installed and communicating with the Kubernetes API Server, a CNI plugin can be installed using the instructions for that plugin. - ## {{% heading "whatsnext" %}}