Files
configpolicy/roles/kubelet/vars/main.yml
Dustin C. Hatch 9690234203 r/k8s-worker: Install iSCSI/NFS client tools
We don't want the iSCSI and NFS client tools to be installed on control
plane nodes.  Let's move this task to the _k8s-worker_ role so it will
only apply to worker nodes.
2025-07-22 16:21:49 -05:00

9 lines
117 B
YAML

kubernetes_kernel_modules:
- br_netfilter
kubernetes_common_packages:
- cri-tools
- ebtables
- ethtool
- iproute-tc