mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
AB#2288: Fix/kernel panic (#328)
* More debug info & don't use guestfish * Sync image runner script with deployed code * Add missing = for --wait in sonobuoy action Co-authored-by: <mp@edgeless.systems>
This commit is contained in:
parent
19871ee422
commit
1859dc1718
4 changed files with 35 additions and 43 deletions
|
@ -85,7 +85,7 @@ def create_instance(
|
|||
zone: str = 'us-central1-c',
|
||||
instance_name: str = 'coreos-builder',
|
||||
machine_type: str = "n2-highmem-4",
|
||||
source_image: str = "projects/ubuntu-os-cloud/global/images/ubuntu-2110-impish-v20220118",
|
||||
source_image: str = "projects/ubuntu-os-cloud/global/images/family/ubuntu-2004-lts",
|
||||
network_name: str = "global/networks/default",
|
||||
disk_size_gb: int = 64,
|
||||
enable_nested_virtualization: bool = True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue