-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add {Metal,K3s}-QEMU-SNP-GPU platforms #1091
Conversation
e535a27
to
1fb5838
Compare
I thinks this should also add |
My initial thought was to split these to keep a minimal diff, but I also think combining these will make sense. Will do so! |
5b7e240
to
cf5d659
Compare
601d765
to
c02463e
Compare
Please also update .github/workflows/release.yml L301 so the runtime.yml is published for these platforms. |
c02463e
to
531728d
Compare
Done :) |
531728d
to
3dd6cab
Compare
We also need to update
|
0cb6672
to
b6a0e6d
Compare
Release fails on this state: https://github.com/edgelesssys/contrast/actions/runs/12580504016/job/35062540645 |
opened #1114 |
b6a0e6d
to
962eadc
Compare
962eadc
to
0222192
Compare
This adds a new `K3s-QEMU-SNP-GPU` platform that can be used for testing GPU-specific features on our on-prem infrastructure that uses this setup. This intentionally does not yet add any specific actions done if that platform is selected.
For GPU support, Kata needs CDI pod annotations. We need to configure containerd to pass these through to Kata.
This adds a new `Metal-QEMU-SNP-GPU` platform that can be used for testing GPU-specific features on Scaleway and other non-K3s environments. This intentionally does not yet add any specific actions done if that platform is selected.
0222192
to
e5f11fe
Compare
Release works correctly now. Can be verified here: https://github.com/edgelesssys/contrast/blob/4f89ee2ad2987f8f10d69f9bb1c497b3c4cb4e5c/packages/contrast-releases.json |
This adds a new
K3s-QEMU-SNP-GPU
platform that can be used for testing GPU-specific features on our on-prem infrastructure that uses this setup. This intentionally does not yet add any specific actions done if that platform is selected.