Skip to content

Commit a2d59cc

Browse files
authored
Allow creating VMs with emulated TPM device (#1306)
1 parent f5d92e2 commit a2d59cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config_example.sh

+3
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ set -x
227227
# Configure size of extra disks added to VMs
228228
# export VM_EXTRADISKS_SIZE="10G"
229229

230+
# Add TPM2.0 emulator to VMs
231+
# export VM_TPM_EMULATOR=true
232+
230233
# Provide additional master/worker ignition configuration, will be
231234
# merged with the installer provided config, can be used to modify
232235
# the default nic configuration etc

0 commit comments

Comments
 (0)