Browse Source

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

pull/2904/head
Erwan Miran 6 years ago
parent
commit
d3fdfee211
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/reset/tasks/main.yml

2
roles/reset/tasks/main.yml

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

Loading…
Cancel
Save