Skip to content

Commit 9d4c4bb

Browse files
kbhawkeyk8s-ci-robot
authored andcommitted
fix summary split in static-pod glossary item (#15862)
* fix summary split in static-pod glossary item * update summary text, remove duplication
1 parent b82b2ef commit 9d4c4bb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

content/en/docs/reference/glossary/static-pod.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
title: Static Pod
33
id: static-pod
44
date: 2019-02-12
5-
full_link: /docs/tasks/administer-cluster/static-pod/
5+
full_link: /docs/tasks/configure-pod-container/static-pod/
66
short_description: >
7-
A pod managed directly by kubelet daemon on a specific node
7+
A pod managed directly by the kubelet daemon on a specific node.
88
99
aka:
1010
tags:
1111
- fundamental
1212
---
13-
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet
14-
daemon on a specific node, without the API server observing it.
13+
14+
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet
15+
daemon on a specific node,
16+
<!--more-->
17+
18+
without the API server observing it.

0 commit comments

Comments
 (0)