Mention Detector for Docker Socket in dockershim removal FAQ (#32685)
* Update 2022-02-17-updated-dockershim-faq.md Adding the new Detector for Docker Socket plugin to the FAQ. The tool will help folks find Dockershim usage in files on disk as well as running clusters. * Apply suggestions from code review Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com> * Update 2022-02-17-updated-dockershim-faq.md Adding period * Update content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md Co-authored-by: Rey Lejano <rlejano@gmail.com> * Update content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md Co-authored-by: Tim Bannister <tim@scalefactory.com> Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com> Co-authored-by: Rey Lejano <rlejano@gmail.com> Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/32890/head
parent
2ca30c11c8
commit
a582a21cf0
|
@ -204,6 +204,15 @@ discussion of the changes.
|
|||
|
||||
[dep]: https://dev.to/inductor/wait-docker-is-deprecated-in-kubernetes-now-what-do-i-do-e4m
|
||||
|
||||
### Is there any tooling that can help me find dockershim in use
|
||||
|
||||
Yes! The [Detector for Docker Socket (DDS)][dds] is a kubectl plugin that you can
|
||||
install and then use to check your cluster. DDS can detect if active Kubernetes workloads
|
||||
are mounting the Docker Engine socket (`docker.sock`) as a volume.
|
||||
Find more details and usage patterns in the DDS project's [README][dds].
|
||||
|
||||
[dds]: https://github.com/aws-containers/kubectl-detector-for-docker-socket
|
||||
|
||||
### Can I have a hug?
|
||||
|
||||
Yes, we're still giving hugs as requested. 🤗🤗🤗
|
||||
|
|
Loading…
Reference in New Issue