-
Notifications
You must be signed in to change notification settings - Fork 170
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
GCP: Mark images as TDX_CAPABLE
#4006
Conversation
Hi @bgartzi. Thanks for your PR. I'm waiting for a coreos 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. |
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.
Can you also add tdx to the list of options in mantle/cmd/kola/options.go? Thanks
/ok-to-test |
Previous work: coreos#3547 Previous work: coreos#3871 Fixes: coreos/fedora-coreos-tracker#1814 Fixes: https://issues.redhat.com/browse/COS-3111
fa99e94
to
5f659ed
Compare
My bad |
@bgartzi: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Prow job should be fixed soon but doesn't need to block this. |
For completeness, can you repeat your test for FCOS too? |
/test ? |
@bgartzi: The following commands are available to trigger required jobs:
Use In response to this:
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. |
/test images |
Latest RHEL images should be able to run as TDX hosts. See: https://issues.redhat.com/browse/RHEL-70465 See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006
@jlebon I repeated the test for fcos too based on gcloud compute images create fcos-41-tdx \
--source-image=fedora-coreos-41-20250105-3-0-gcp-x86-64 \
--source-image-project=fedora-coreos-cloud \
--guest-os-features="TDX_CAPABLE" Then, gcloud compute instances create bgartzia-fcos41-tdx \
--confidential-compute-type=TDX \
--machine-type=c3-standard-4 \
--maintenance-policy="TERMINATE" \
--zone=us-central1-a \
--image=fcos-41-tdx \
--image-project=<project-id> \
--project=<project-id> Serial console samples:
Now I'm trying to figure out I could double confirm this, as I haven't found any public announcement on whether this is supported or not from the fedora-as-a-guest perspective. |
/hold |
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.
Seems OK to me. Definitely want to add a test to confirm this continues to work over time in the pipeline.
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.
Seems good to me too. Thanks for testing!
Agree with Dusty on adding tests. This PR is marked as closing coreos/fedora-coreos-tracker#1814, but that tracker issue also has tests scoped in. To not waste CI, Let's leave the reference, but I'll reopen the issue manually.
Latest RHEL images (from 9.6 on) should be able to run as TDX guests. CentOS guests also fully support it at the moment. See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006 See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
Latest RHEL images (from 9.6 on) should be able to run as TDX guests. CentOS guests also fully support it at the moment. See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006 See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
Latest RHEL images (from 9.6 on) should be able to run as TDX guests. CentOS guests also fully support it at the moment. See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006 See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
Latest RHEL images (from 9.6 on) should be able to run as TDX guests. CentOS guests also fully support it at the moment. See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006 See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
Latest RHEL images (from 9.6 on) should be able to run as TDX guests. CentOS guests also fully support it at the moment. See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006 See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
Latest RHEL images (from 9.6 on) should be able to run as TDX guests. CentOS guests also fully support it at the moment. See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006 See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
Latest RHEL images (from 9.6 on) should be able to run as TDX guests. CentOS guests also fully support it at the moment. See: https://issues.redhat.com/browse/COS-3111 See: coreos/coreos-assembler#4006 See: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979
I manually marked
rhcos-419-96-202501191959-0-gcp-x86-64
on GCP asTDX_CAPABLE
, and booted a TDX confidential VM instance. Serial port sample:Previous work: #3547
Previous work: #3871
Fixes: coreos/fedora-coreos-tracker#1814
Fixes: https://issues.redhat.com/browse/COS-3111