Skip to content

Commit

Permalink
chore(talos): add more kernel options
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Kreitzer <[email protected]>
  • Loading branch information
buroa committed Jun 10, 2024
1 parent 73eeb1e commit b2deded
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,18 +408,20 @@ controlPlane:
machine:
sysfs:
block.nvme0n1.queue.scheduler: none
devices.system.cpu.intel_pstate.no_turbo: 1
devices.system.cpu.cpu0.cpufreq.scaling_governor: performance
devices.system.cpu.cpu0.cpufreq.energy_performance_preference: performance

# Custom Talos installer patch
- &talosPatch |-
machine:
install:
extraKernelArgs:
- cpufreq.default_governor=performance
- intel_iommu=on
- intel_pstate=disable
- iommu=pt
- mitigations=off
- module_blacklist=tg3
- net.ifnames=0
- pcie_ports=native
- talos.logging.kernel=udp://vector.${PUBLIC_DOMAIN}:6001/
legacyBIOSSupport: true

Expand Down

0 comments on commit b2deded

Please sign in to comment.