-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Updated Firecracker Version to 1.12.1 #11627
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
Updated Firecracker Version to 1.12.1 #11627
Conversation
Let's have the tests running! :-) |
Commit Messae Check test failed: https://github.com/kata-containers/kata-containers/actions/runs/16549167931/job/46817238946?pr=11627 Your commit message should follow a structure, something like:
|
For now, let the tests run before updating the commit message, as we can check whether the update passes on all our tests or not. |
I'm Really Sorry, I was not aware of it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may amend your PR with git commit --amend -s
, and organize your commit title and body like @fidencio suggested 🙂
Yes @RuoqingHe I'll change it, I was just waiting because findencio suggested to wait for the tests results. |
Tests passed, feel free to adjust the commit message :-) |
Updated versions.yaml to use Firecracker v1.12.1. Replaced firecracker and jailer binaries under /opt/kata/bin. Tested with kata-fc runtime on Kubernetes: - Deployed pods using gitpod/openvscode-server - Verified microVM startup, container access, and Firecracker usage - Confirmed Firecracker and jailer versions via CLI Signed-off-by: Kumar Mohit <68772712+itsmohitnarayan@users.noreply.github.com>
99f3317
to
5cccbb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks @itsmohitnarayan!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @itsmohitnarayan!
This PR updates the Firecracker version bundled with Kata Containers from v1.8.0 to the latest stable v1.12.1.
Summary of Changes
versions.yaml
to point to Firecracker v1.12.1Verification & Testing on VPS
🔧 Binary Version Check
Functional Validation with Kubernetes On VPS
kata-fc
runtime class andgitpod/openvscode-server:latest
container.Running
state.Example Pod Description (vscode-kata-1)
kata-fc
gitpod/openvscode-server:latest
1Gi
, CPU:1
Linux 6.12.36
inside microVMfirecracker
andjailer
binaries under/opt/kata/bin
and tested if its able to create microvm
Ready for Review
The Process is tested on a VPS and ready for review. Please let me know if you'd like any additional tests or modifications.