Housekeeping

This commit is contained in:
2025-08-15 14:36:03 +10:00
parent 9420bd5b65
commit 422b72fe11
5 changed files with 93 additions and 201 deletions

View File

@ -0,0 +1,15 @@
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