kata-runtime: select correct SNP ID block for platform at runtime#2227
Merged
daniel-weisse merged 3 commits intomainfrom Apr 1, 2026
Merged
kata-runtime: select correct SNP ID block for platform at runtime#2227daniel-weisse merged 3 commits intomainfrom
daniel-weisse merged 3 commits intomainfrom
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
a27d6e6 to
59b2aea
Compare
burgerdev
approved these changes
Mar 11, 2026
59b2aea to
a821865
Compare
59f9a72 to
cf6cec9
Compare
a821865 to
6f80e78
Compare
863a238 to
9c5afa4
Compare
187a732 to
0fcf87e
Compare
156adce to
2c68da6
Compare
0fcf87e to
6151a52
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>
2c68da6 to
29f9ebb
Compare
charludo
approved these changes
Apr 1, 2026
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.