coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
348 stars 168 forks source link

Support `AMD SEV-SNP` instances on GCP #3556

Closed HuijingHei closed 1 month ago

HuijingHei commented 1 year ago

Feature Request

Currently we can create AMD SEV type confidential instances and run tests on GCP using kola. See
https://github.com/coreos/coreos-assembler/pull/3474

We should also support AMD SEV-SNP type confidential instances on GCP. See https://github.com/coreos/coreos-assembler/pull/3547

Desired Feature

Other Information

To create instances with AMD SEV-SNP ,

dustymabe commented 5 months ago

@HuijingHei do we know if this statement is still the case today?

The current api v1 is not yet supported for confidentialInstanceType , but in api alpha, should wait until it includes into v1.

HuijingHei commented 5 months ago

@HuijingHei do we know if this statement is still the case today?

The current api v1 is not yet supported for confidentialInstanceType , but in api alpha, should wait until it includes into v1.

Yes, no confidentialInstanceType in latest v1, but in v0.alpha, I have no idea if there is any plan to be included in v1

HuijingHei commented 2 months ago

The latest v1 already includes ConfidentialInstanceType which supports "SEV_SNP", I think we can improve cosa to support it.