We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Flatcar Azure Gen2 images do not support Azure TrustedLaunch boot security.
az vm create --security-type TrustedLaunch --image kinvolk:flatcar-container-linux:stable-gen2:latest
TrustedLaunch provides protection against various bootkit attacks.
Flatcar gen2 images would support TrustedLaunch
https://learn.microsoft.com/en-us/azure/virtual-machines/trusted-launch#operating-systems-supported
Debian and Ubuntu support TrustedLaunch
#501 #630
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current situation
Flatcar Azure Gen2 images do not support Azure TrustedLaunch boot security.
az vm create --security-type TrustedLaunch --image kinvolk:flatcar-container-linux:stable-gen2:latest
Impact
TrustedLaunch provides protection against various bootkit attacks.
Ideal future situation
Flatcar gen2 images would support TrustedLaunch
Implementation options
https://learn.microsoft.com/en-us/azure/virtual-machines/trusted-launch#operating-systems-supported
Debian and Ubuntu support TrustedLaunch
Additional information
#501
#630
The text was updated successfully, but these errors were encountered: