Skip to content
Snippets Groups Projects
Unverified Commit 5a54db2f authored by Lennart Jern's avatar Lennart Jern Committed by GitHub
Browse files

Check for dummy kernel module (#7348)

The dummy module is needed for nodelocaldns.
parent b47542b0
No related branches found
No related tags found
No related merge requests found
......@@ -89,3 +89,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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment