-
Notifications
You must be signed in to change notification settings - Fork 157
[WIP] Kata encryption with luks #2670
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
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Copilot The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @Copilot. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
can you retry working on this PR? |
I've successfully implemented configurable kata runtime class and node labels support for Azure File CSI driver. The implementation includes new storage class parameters Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
can you retry working on this PR? |
I've successfully implemented configurable kata runtime class and node labels support for Azure File CSI driver. The implementation includes new storage class parameters Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
kataRuntimeClassName
andkataNodeLabels
Summary
Successfully implemented configurable kata runtime class and node labels support for Azure File CSI driver to enable CNCF CoCo CAA (Cloud API Adaptor) for peerpod provisioning and 3rd party attested Kata encryption with LUKS.
New Storage Class Parameters:
kataRuntimeClassName
- Configures the kata runtime class handler"kata-cc"
(maintains backward compatibility)"kata-remote"
for CNCF CoCo CAAkataNodeLabels
- Configures node labels for kata detection (comma-separated)"kubernetes.azure.com/kata-cc-isolation,kubernetes.azure.com/kata-mshv-vm-isolation,katacontainers.io/kata-runtime"
"confidentialcontainers.org/preinstall,katacontainers.io/kata-runtime,katacontainers.io/kata-runtime"
for CNCF CoCo CAAKey Features:
Changes Made:
controllerserver.go
utils.go
andazurefile.go
nodeserver.go
This enables the use of CNCF CoCo CAA as an alternate route for AKS preview feature confidential containers, making 3rd party attested Kata encryption with LUKS possible.
Fixes #2659.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.