Skip to content

Commit 1d15a86

Browse files
authored
Merge pull request #41938 from mrgiles/36450_pods_and_runtimes_update
Pods - rewrite note on container runtimes
2 parents 6486762 + dcd3337 commit 1d15a86

File tree

1 file changed

+2
-4
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+2
-4
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ for debugging if your cluster offers this.
3232
## What is a Pod?
3333

3434
{{< note >}}
35-
While Kubernetes supports more
36-
{{< glossary_tooltip text="container runtimes" term_id="container-runtime" >}}
37-
than just Docker, [Docker](https://www.docker.com/) is the most commonly known
38-
runtime, and it helps to describe Pods using some terminology from Docker.
35+
You need to install a [container runtime](/docs/setup/production-environment/container-runtimes/)
36+
into each node in the cluster so that Pods can run there.
3937
{{< /note >}}
4038

4139
The shared context of a Pod is a set of Linux namespaces, cgroups, and

0 commit comments

Comments
 (0)