From 9d4c4bb6f7ff3338b9dba46439025d1dfd87bf57 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Tue, 27 Aug 2019 10:32:45 -0400 Subject: [PATCH] fix summary split in static-pod glossary item (#15862) * fix summary split in static-pod glossary item * update summary text, remove duplication --- content/en/docs/reference/glossary/static-pod.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/glossary/static-pod.md b/content/en/docs/reference/glossary/static-pod.md index b633aee0f2..dc77a035cc 100755 --- a/content/en/docs/reference/glossary/static-pod.md +++ b/content/en/docs/reference/glossary/static-pod.md @@ -2,13 +2,17 @@ title: Static Pod id: static-pod date: 2019-02-12 -full_link: /docs/tasks/administer-cluster/static-pod/ +full_link: /docs/tasks/configure-pod-container/static-pod/ short_description: > - A pod managed directly by kubelet daemon on a specific node + A pod managed directly by the kubelet daemon on a specific node. aka: tags: - fundamental --- - A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet - daemon on a specific node, without the API server observing it. + +A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet + daemon on a specific node, + + +without the API server observing it. \ No newline at end of file