kata-runtime: select correct SNP ID block for platform at runtime#2227
Open
daniel-weisse wants to merge 7 commits intodw/cli-id-block-generationfrom
Open
kata-runtime: select correct SNP ID block for platform at runtime#2227daniel-weisse wants to merge 7 commits intodw/cli-id-block-generationfrom
daniel-weisse wants to merge 7 commits intodw/cli-id-block-generationfrom
Conversation
0a4f2ed to
c275e60
Compare
0304e90 to
f63b942
Compare
c275e60 to
a27d6e6
Compare
f63b942 to
59f9a72
Compare
charludo
reviewed
Mar 10, 2026
Collaborator
charludo
left a comment
There was a problem hiding this comment.
Very nice, I only have some nits
packages/by-name/kata/runtime/0029-runtime-add-SNP-ID-block-from-Pod-annotations.patch
Outdated
Show resolved
Hide resolved
packages/by-name/kata/runtime/0029-runtime-add-SNP-ID-block-from-Pod-annotations.patch
Outdated
Show resolved
Hide resolved
a27d6e6 to
59b2aea
Compare
burgerdev
approved these changes
Mar 11, 2026
packages/by-name/kata/runtime/0029-runtime-add-SNP-ID-block-from-Pod-annotations.patch
Outdated
Show resolved
Hide resolved
59b2aea to
a821865
Compare
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
59f9a72 to
cf6cec9
Compare
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
a821865 to
6f80e78
Compare
863a238 to
9c5afa4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a patch to the Kata runtime to select the correct SNP ID block (as well as ID auth and guest policy) for the platform the Pod is about to be started on.
ID block information is taken from Pod annotations as implemented in #2214
This also allows us to completely drop the ID block handling from the nodeinstaller.