Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: documentation on custom kernels #119

Open
andrewrynhard opened this issue Apr 27, 2024 · 4 comments
Open

chore: documentation on custom kernels #119

andrewrynhard opened this issue Apr 27, 2024 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@andrewrynhard
Copy link

Hello,

I am interested in testing krata for use as a runtime for running Talos Linux in Kubernetes. Talos has some unique requirements around the kernel it runs and I was hoping krata could eventually support running custom kernels.

@azenla
Copy link
Member

azenla commented Apr 27, 2024

Hello! There isn't actually much documentation on this yet, but there will be next week. krata supports custom kernels already ;)

If you package a kernel into a single OCI image layer with a file named "kernel" and launch with --kernel IMAGE_NAME it will use the kernel from the OCI image.

The PCI PR that is in the works brings support for modules and firmware to this system, and next week we will start publishing all supported kernel versions publicly.

I will provide an update for you once those features are shipped and documented!

@andrewrynhard
Copy link
Author

Hello! There isn't actually much documentation on this yet, but there will be next week. krata supports custom kernels already ;)

If you package a kernel into a single OCI image layer with a file named "kernel" and launch with --kernel IMAGE_NAME it will use the kernel from the OCI image.

The PCI PR that is in the works brings support for modules and firmware to this system, and next week we will start publishing all supported kernel versions publicly.

I will provide an update for you once those features are shipped and documented!

Awesome ... I need to do some work to see if krata will work with Talos. I will see if I can land official support for it in Talos. Looking forward to seeing the docs!

@andrewrynhard
Copy link
Author

Do you have office hours I might be able to attend and ask some questions?

@azenla
Copy link
Member

azenla commented Apr 27, 2024

@andrewrynhard Not at the moment (we will work on getting that setup soon) However, if you email us at [email protected] we can do some 1:1 sessions if you’d like :)

@azenla azenla changed the title feature: Custom Kernel chore: documentation on custom kernels Apr 30, 2024
@azenla azenla added the documentation Improvements or additions to documentation label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants