Skip to content

Commit

Permalink
Check for dummy kernel module (#7348)
Browse files Browse the repository at this point in the history
The dummy module is needed for nodelocaldns.

(cherry picked from commit 5a54db2)
  • Loading branch information
Lennart Jern authored and k8s-ci-robot committed Mar 15, 2021
1 parent c22915a commit ac1aa4d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@
- { name: kernel.panic, value: 10 }
- { name: kernel.panic_on_oops, value: 1 }
when: kubelet_protect_kernel_defaults|bool

- name: Check dummy module
modprobe:
name: dummy
state: present
params: 'numdummies=0'
when: enable_nodelocaldns

0 comments on commit ac1aa4d

Please sign in to comment.