-
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
base: main
Are you sure you want to change the base?
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. |
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.
c02463e
to
531728d
Compare
Done :) |
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.