From f0eedc60d4d7b83d8ab27176ef68817c8aa343bc Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 5 Dec 2017 16:09:54 -0500 Subject: [PATCH 1/2] Create glossary for kubelet Add kubelet to the glossary. --- _data/glossary/kubelet.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _data/glossary/kubelet.yaml diff --git a/_data/glossary/kubelet.yaml b/_data/glossary/kubelet.yaml new file mode 100644 index 0000000000..71d6470984 --- /dev/null +++ b/_data/glossary/kubelet.yaml @@ -0,0 +1,10 @@ +id: kubelet +name: Kubelet +full-link: docs/reference/generated/kubelet +tags: +- fundamental +- core-object +short-description: > + An agent that runs on each node. +long-description: > + The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn’t manage containers which were not created by Kubernetes. From a28892fcb0c7144d39eb31bb18cf97e566d36d94 Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 5 Dec 2017 22:59:45 -0500 Subject: [PATCH 2/2] Create glossary for kubelet Add kubelet to the glossary --- _data/glossary/kubelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/glossary/kubelet.yaml b/_data/glossary/kubelet.yaml index 71d6470984..4728339907 100644 --- a/_data/glossary/kubelet.yaml +++ b/_data/glossary/kubelet.yaml @@ -5,6 +5,6 @@ tags: - fundamental - core-object short-description: > - An agent that runs on each node. + An agent that runs on each node in the cluster. It makes sure that containers are running in a pod. long-description: > The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn’t manage containers which were not created by Kubernetes.