Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Add custom kernel parameters to Talos Images, without upgrading

License

Notifications You must be signed in to change notification settings

nberlee/TalosImageExtraKernelParams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extra kernel parameters in Talos Image

Add custom kernel parameters to Talos Images, without upgrading. Ideal for Talos cloud images.

Run it

make sure your image, in this example gcp-amd64.tar.gz is in the current path

modprobe loop
docker run --privileged  -v .:/_out --rm -it ghcr.io/nberlee/talos-image-extra-kernel-params  gcp-amd64.tar.gz "cpufreq.default_governor=performance talos.dashboard.disabled=1"
  • --privileged is needed for creating loop devices
  • -v .:/_out mounts the current directory . to the working directory /_out in the container. Change . to any path
  • --rm cleans up container after run
  • ghcr.io/nberlee/talos-image-extra-kernel-params latest container image
  • gcp-amd64.tar.gz path to talos image to modify
  • "cpufreq.default_governor=performance talos.dashboard.disabled=1" parameters to add, encapsulate in "" for multiple kernel parameters.

About

Add custom kernel parameters to Talos Images, without upgrading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages