Only subdirectories in /var/lib/kubelet should be unmounted

This commit is contained in:
Erwan Miran 2018-06-21 11:50:02 +02:00
parent cbb959151c
commit d3fdfee211

View file

@ -61,7 +61,7 @@
- docker
- name: reset | gather mounted kubelet dirs
shell: mount | grep /var/lib/kubelet | awk '{print $3}' | tac
shell: mount | grep /var/lib/kubelet/ | awk '{print $3}' | tac
check_mode: no
register: mounted_dirs
tags: