Merge pull request #31306 from ptux/patch-13

Update migrating-telemetry-and-security-agents.md
This commit is contained in:
Kubernetes Prow Robot 2022-01-12 11:02:14 -08:00 committed by GitHub
commit ebfa2e4bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \