-
Notifications
You must be signed in to change notification settings - Fork 31
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
Enable submitting shielded instance configs for VMs #135
Conversation
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.
Thanks for the PR. One review comment:-
Can you please update the kubernetes/machineclass.yaml
file with shieldedInstanceConfiguration
in the providerSpec as comments?
Addressed in d26b94b, PTAL. |
9015132
to
d26b94b
Compare
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.
/lgtm
d26b94b
to
9d28318
Compare
What this PR does / why we need it:
This PR adds support to provide a
shieldedInstanceConfig
for GCE VMs to be able to control the Shielded Instance SettingsvTPM
,IntegrityMonitoring
(both enable by default if a GCE VM is booted from an image that isUEFI_COMPATIBLE
) andsecureBoot
(which needs to be explicitly enabled).In order to allow be able to support secure boot enabled operaing systems on GCP, MCM provider GCP should be able to provide a
shieldedInstanceConfig
to GCP if the machineClass asks for it.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: