From fb02f7dea4f4ce5ac895aaaa87044dd6eb696b12 Mon Sep 17 00:00:00 2001 From: Aji Arya <53201929+AjiArya@users.noreply.github.com> Date: Sun, 4 Oct 2020 12:27:47 +0700 Subject: [PATCH] Removed core-object tag Removed `core-object` tag from kubelet.md --- content/en/docs/reference/glossary/kubelet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/reference/glossary/kubelet.md b/content/en/docs/reference/glossary/kubelet.md index 92073a5347..e442fe29f0 100755 --- a/content/en/docs/reference/glossary/kubelet.md +++ b/content/en/docs/reference/glossary/kubelet.md @@ -9,7 +9,6 @@ short_description: > aka: tags: - fundamental -- core-object --- An agent that runs on each {{< glossary_tooltip text="node" term_id="node" >}} in the cluster. It makes sure that {{< glossary_tooltip text="containers" term_id="container" >}} are running in a {{< glossary_tooltip text="Pod" term_id="pod" >}}.