From 02dc4a258ae1400ab1e5453ebb098f7d73029c14 Mon Sep 17 00:00:00 2001 From: Wang Date: Wed, 12 Jan 2022 22:17:55 +0900 Subject: [PATCH] Update migrating-telemetry-and-security-agents.md --- .../migrating-telemetry-and-security-agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md index ddfefb6f49..da3bdc1148 100644 --- a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md +++ b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md @@ -52,7 +52,7 @@ For example: on COS images, Docker exposes its Unix domain socket at Here's a sample shell script to find Pods that have a mount directly mapping the Docker socket. This script outputs the namespace and name of the pod. You can -remove the grep `/var/run/docker.sock` to review other mounts. +remove the `grep '/var/run/docker.sock'` to review other mounts. ```bash kubectl get pods --all-namespaces \