From 988a62b463a81e602c7d7a458525e40aeb0854f7 Mon Sep 17 00:00:00 2001 From: Ramdas Potale <30315028+Devops-Ramdas@users.noreply.github.com> Date: Sat, 21 Aug 2021 09:27:03 +0530 Subject: [PATCH] Update components.md I think adding the "for" word in the below sentence makes more sense. "This document outlines the various components you need to have "for" a complete and working Kubernetes cluster." --- content/en/docs/concepts/overview/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/components.md b/content/en/docs/concepts/overview/components.md index 61cd2b0d30..6c5c0eefa1 100644 --- a/content/en/docs/concepts/overview/components.md +++ b/content/en/docs/concepts/overview/components.md @@ -16,7 +16,7 @@ card: When you deploy Kubernetes, you get a cluster. {{< glossary_definition term_id="cluster" length="all" prepend="A Kubernetes cluster consists of">}} -This document outlines the various components you need to have +This document outlines the various components you need to have for a complete and working Kubernetes cluster. Here's the diagram of a Kubernetes cluster with all the components tied together.