16 lines
412 B
YAML
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
|