mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-02 10:08:13 -03:30
Check for dummy kernel module (#7348)
The dummy module is needed for nodelocaldns.
(cherry picked from commit 5a54db2f3c)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c22915a08c
commit
ac1aa4d591
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user