fix: setting vm to immediately start after provisioning
This commit is contained in:
@@ -226,7 +226,7 @@ const k3sVms = nodeConfigs.map(
|
||||
scsiHardware: "virtio-scsi-pci",
|
||||
serialDevices: [{}],
|
||||
vga: { type: "serial0" },
|
||||
agent: { enabled: false },
|
||||
agent: { enabled: true },
|
||||
started: false,
|
||||
stopOnDestroy: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user