Skip to content

Commit f4a8179

Browse files
authored
Merge pull request #32070 from yuvraj9/patch-1
Fixing typo error
2 parents 6971f8e + d884ce7 commit f4a8179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Historically, Kubernetes was written to work specifically with Docker Engine.
2222
Kubernetes took care of networking and scheduling, relying on Docker Engine for launching
2323
and running containers (within Pods) on a node. Some information that is relevant to telemetry,
2424
such as a pod name, is only available from Kubernetes components. Other data, such as container
25-
metrics, is not the responsibility of the container runtime. Early yelemetry agents needed to query the
25+
metrics, is not the responsibility of the container runtime. Early telemetry agents needed to query the
2626
container runtime **and** Kubernetes to report an accurate picture. Over time, Kubernetes gained
2727
the ability to support multiple runtimes, and now supports any runtime that is compatible with
2828
the container runtime interface.

0 commit comments

Comments
 (0)