Skip to content

Instantly share code, notes, and snippets.

@radikaled
Created May 23, 2025 01:29
Show Gist options
  • Save radikaled/0c9fd9118be03e56adc469d70dece5ca to your computer and use it in GitHub Desktop.
Save radikaled/0c9fd9118be03e56adc469d70dece5ca to your computer and use it in GitHub Desktop.
MachineConfig to load in-tree nvme_tcp kernel module
# Generated by Butane; do not edit
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: worker
name: 99-worker-load-nvme-tcp-modules
spec:
config:
ignition:
version: 3.4.0
storage:
files:
- contents:
compression: ""
source: data:,%23%20Force-load%20nvme_tcp%20for%20NetApp%20Trident%0Anvme_tcp%0A
mode: 420
overwrite: true
path: /etc/modules-load.d/nvme_tcp.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment