Skip to content
Snippets Groups Projects
Unverified Commit 94ae945b authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #2904 from...

Merge pull request #2904 from mirwan/var_lib_kubelet_should_not_be_unmounted_when_having_its_own_partition

Only subdirectories in /var/lib/kubelet should be unmounted at reset time
parents f6189885 d3fdfee2
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
- docker - docker
- name: reset | gather mounted kubelet dirs - 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 check_mode: no
register: mounted_dirs register: mounted_dirs
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment