Add glossary entries for static and mirror pods (#12684)
* Add entries for static and mirror pods * Tweak wording Co-Authored-By: Zach Arnold <me@zacharnold.org> * Write kubelet lower case * Revise wording
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3991177042
commit
4fd724ba09
+14
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Static Pod
|
||||
id: static-pod
|
||||
date: 2091-02-12
|
||||
full_link: /docs/tasks/administer-cluster/static-pod/
|
||||
short_description: >
|
||||
A pod managed directly by 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.
|
||||
Reference in New Issue
Block a user