Rick Lamers patched the config to enable secure boot for GCP instances, but it's a non-portable hack. Zongheng Yang suggested a more canonical way through the Sky config file. How can secure boot be enabled using the Sky config file?
Rick Lamers
Asked on Feb 16, 2024
config.node_config
in the function you patched.shieldedInstanceConfig
field in the gcp-ray.yml.j2 file.skypilot_config.get_nested(('gcp', 'node_config' 'shieldedInstanceConfig'), dict())
to access the config when filling in backend_utils.