Skip to content

Commit 80f4c27

Browse files
committed
correction
Signed-off-by: AugustasV <[email protected]>
1 parent 3bdfba7 commit 80f4c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 70
88

99
<!-- overview -->
1010

11-
Docker is being deprecated. You can find a deprecation FAQ at [Don't Panic: Kubernetes and Docker](https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/). Most apps do not have a direct dependency on runtime hosting containers. However, there are still a lot of telemetry and monitoring agents that has a dependency on docker to collect containers metadata, logs and metrics. This document aggregates information on how to detect these dependencies and links on how to migrate these agents to use generic tools or alternative runtimes.
11+
Kubernetes' support for direct integration with Docker Engine is deprecated, and will be removed. Most apps do not have a direct dependency on runtime hosting containers. However, there are still a lot of telemetry and monitoring agents that has a dependency on docker to collect containers metadata, logs and metrics. This document aggregates information on how to detect these dependencies and links on how to migrate these agents to use generic tools or alternative runtimes.
1212

1313
## Telemetry and security agents
1414

@@ -36,7 +36,7 @@ to receive streamed logs. If nodes in your existing cluster use
3636
Docker Engine, and you switch to a different container runtime,
3737
these commands will not work any longer.
3838

39-
### Identify DaemonSets that depend on Docker {#identify-docker-dependency}
39+
### Identify DaemonSets that depend on Docker Engine {#identify-docker-dependency}
4040

4141
If a pod wants to make calls to the `dockerd` running on the node, the pod must either:
4242

0 commit comments

Comments
 (0)