Housekeeping
This commit is contained in:
15
system/Harvester/cloudinit-disable-nic-offloading.yaml
Normal file
15
system/Harvester/cloudinit-disable-nic-offloading.yaml
Normal 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
|
Reference in New Issue
Block a user