We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fad05 commit 105d6fdCopy full SHA for 105d6fd
sysbox-eks.pkr.hcl
@@ -527,12 +527,8 @@ build {
527
528
"echo '>>> Configuring KVM support'",
529
"sudo modprobe kvm",
530
- "sudo modprobe kvm_intel",
531
- "sudo modprobe kvm_amd",
532
533
"echo 'kvm' | sudo tee -a /etc/modules",
534
- "echo 'kvm_intel' | sudo tee -a /etc/modules",
535
- "echo 'kvm_amd' | sudo tee -a /etc/modules",
536
537
"sudo dasel put string --parser toml --file /etc/crio/crio.conf --selector 'crio.runtime.allowed_devices.[]' --multiple /dev/kvm",
538
0 commit comments