File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
concepts/cluster-administration Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,8 @@ There are two types of system components: those that run in a container and thos
182
182
that do not run in a container. For example:
183
183
184
184
* The Kubernetes scheduler and kube-proxy run in a container.
185
- * The kubelet and container runtime, for example Docker, do not run in containers.
185
+ * The kubelet and {{<glossary_tooltip term_id="container-runtime" text="container runtime">}}
186
+ do not run in containers.
186
187
187
188
On machines with systemd, the kubelet and container runtime write to journald.
188
189
Otherwise, they write to ` .log ` files in the ` /var/log ` directory.
Original file line number Diff line number Diff line change 15
15
16
16
<!-- more-->
17
17
18
- Kubernetes supports several container runtimes: {{< glossary_tooltip term_id="docker">}},
18
+ Kubernetes supports container runtimes such as
19
19
{{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}},
20
- and any implementation of the [ Kubernetes CRI (Container Runtime
20
+ and any other implementation of the [ Kubernetes CRI (Container Runtime
21
21
Interface)] ( https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md ) .
You can’t perform that action at this time.
0 commit comments