Only subdirectories in /var/lib/kubelet should be unmounted
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user