-
Notifications
You must be signed in to change notification settings - Fork 5
adding attestation feature #162
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
Closed
Closed
Changes from 3 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
90df84f
added tdx in yaml
yoshiisato ca5d40c
fix yaml
yoshiisato cfe80a6
fixed host kernel check
yoshiisato d80e36b
debugging bbolt
yoshiisato 9d40de7
added proxy env var injection
yoshiisato 0b31ab1
debugging k8s_create
yoshiisato 7a64bb4
debugging k8s cluster creation
yoshiisato 339b6c0
k8s cluster creation debug 2
yoshiisato e4c9e9e
debugging k8s cluster creation
yoshiisato f10f25c
debugging k8s cluster launch
yoshiisato 595266c
fixed debug mode
yoshiisato cccf5f9
added new internal ip to no_proxy
yoshiisato 4f3e137
k8s reset possibly
yoshiisato 032612b
action workflow stalling
yoshiisato 334bcad
stalling debug 1
yoshiisato 72a1d17
debug on for k8s stalling
yoshiisato c48ca34
k8s stall, reset kubeadm
yoshiisato 370a356
forgot -E flag
yoshiisato 3d9be2b
added debug prints
yoshiisato 03cc3e2
added kubeadm sudo reset
yoshiisato 359dfa7
shell=True
yoshiisato 4b6a789
changed print to print all occurances
yoshiisato ffc20d4
testing wihtout kubeadm reset
yoshiisato 23e1d0c
changed systemd (containerd) runtime proxy config on machine
yoshiisato aaf8df6
forgot sudo systemctl daemon-reload
yoshiisato 7afd047
k8s stalling fixed, reverted k8s_create
yoshiisato d411139
debugging knative install, fixed k8s_create
yoshiisato 9440c4a
added debugging onto knative function
yoshiisato f6e29b0
added no proxy for metalLB
yoshiisato 53704fa
changed tests.yml to allow gha on draft
yoshiisato 9bec04e
changed proxy configs
yoshiisato 77296ba
changed kubeadm proxy config
yoshiisato 30a61ee
changed kubeadm proxy config 2
yoshiisato a2137e6
changed kubeadm proxy config 3
yoshiisato be1ca11
changed kubeadm proxy config 4
yoshiisato 19c2372
docker proxy config nuke
yoshiisato ed0b971
restarted daemon
yoshiisato 0614f3a
defaulted and standardized proxy config
yoshiisato 2ebd209
defaulted and standardized proxy config 2
yoshiisato d465a14
defaulted and standardized proxy config 3
yoshiisato f965d10
defaulted and standardized proxy config 4
yoshiisato f5de173
defaulted and standardized proxy config 5
yoshiisato 837a730
defaulted and standardized proxy config 6
yoshiisato 8d1b2ff
defaulted and standardized proxy config 7 (k8s cluster again)
yoshiisato 704a6c4
defaulted and standardized proxy config 8 (k8s cluster again)
yoshiisato 7a09afc
defaulted and standardized proxy config 9 (k8s cluster again)
yoshiisato d372c87
defaulted and standardized proxy config 10 (k8s cluster again)
yoshiisato e9e50ae
defaulted and standardized proxy config 11 (k8s cluster again)
yoshiisato a4ec87a
defaulted and standardized proxy config 12 (k8s cluster again) delete…
yoshiisato d6fae92
defaulted and standardized proxy config 13 (k8s cluster again) added …
yoshiisato 4e242d0
defaulted and standardized proxy config 14 (k8s cluster again) added …
yoshiisato 3ec3a67
added verbosity to kubelet error
yoshiisato File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would only work for tdx, but not for SNP. I would suggest adding another method:
get_host_kernel_expected_suffix()intasks/util/kernel.pythat returns nothing for SNP, andintelfor TDX. You must also change theprefixfunction to return the right prefix depending on the HW.