configpolicy/roles/kubelet/handlers/main.yml

12 lines
187 B
YAML

- name: load kernel modules
command:
/usr/lib/systemd/systemd-modules-load
- name: set kernel tunables
command:
sysctl --system
- name: swapoff -a
command:
swapoff -a