Files
Kubernetes.K3s.installLog/system/Harvester/cloudinit-disable-nic-offloading.yaml
2025-08-15 14:36:03 +10:00

16 lines
412 B
YAML

apiVersion: node.harvesterhci.io/v1beta1
kind: CloudInit
metadata:
name: disable-nic-offloading
spec:
matchSelector:
harvesterhci.io/managed: "true"
filename: 91-disable-nic-offloading
contents: |
stages:
network:
- name: Disable all NIC offloading
commands:
- ethtool -K eno1 gso off gro off tso off tx off rx off rxvlan off txvlan off sg off
paused: false