No Sandbox Mode
Running workloads without Firecracker
{
"kernel_filepath": "/path/to/vmlinux-5.10",
"rootfs_filepath": "/path/to/rootfs.ext4",
"machine_pool_size": 1,
"cni": {
"network_name": "fcnet",
"interface_name": "veth0"
},
"machine_template": {
"vcpu_count": 1,
"memsize_mib": 256
},
"tags": {
"simple": "true"
},
"no_sandbox": true
}Production Use
Last updated
Was this helpful?