firecracker-task-driver icon indicating copy to clipboard operation
firecracker-task-driver copied to clipboard

nomad task driver that uses firecracker to start micro-vms

Results 9 firecracker-task-driver issues
Sort by recently updated
recently updated
newest added

Hi there, Currently the firecracker-task-driver can't use the v1.0.0 firecracker binary because of a breaking change in firecracker. Specifically the `ht_enabled` field was renamed to `smt` and is now optional...

enhancement
help wanted

What would be really helpful is if there were examples of using this driver. Examples I would find particularly useful: 1. Connecting to another task within a group where one...

documentation
help wanted
good first issue

I'm trying to follow the readme, but I'm running into lots of issues understanding it. If I make it through, I'll try to make a PR with some clarity changes,...

documentation
enhancement
help wanted
good first issue

Nomad: 1.1.2 Logs ``` 2021-09-14T23:49:13.352+0200 [DEBUG] agent.plugin_loader: starting plugin: plugin_dir=/opt/nomad/plugins path=/opt/nomad/plugins/firecracker-task-driver args=[/opt/nomad/plugins/firecracker-task-driver] 2021-09-14T23:49:13.353+0200 [DEBUG] agent.plugin_loader: plugin started: plugin_dir=/opt/nomad/plugins path=/opt/nomad/plugins/firecracker-task-driver pid=1765320 2021-09-14T23:49:13.353+0200 [DEBUG] agent.plugin_loader: waiting for RPC address: plugin_dir=/opt/nomad/plugins path=/opt/nomad/plugins/firecracker-task-driver 2021-09-14T23:49:13.512+0200...

bug
enhancement
good first issue

@cneira Thanks for your update. Now also can not support `address_mode = "alloc"` ### cni conf: /etc/cni/conf.d/firecracker.conflist ``` { "name": "firecracker", "cniVersion": "0.4.0", "plugins": [ { "type": "ptp", "ipMasq": true,...

bug
enhancement
help wanted

How to operate this driver using Firecracker with Jailer?

documentation
enhancement
help wanted
good first issue

I am working on a project where I am deploying the micro VM using nomad, the driver is working fine but there is an issue, when the VM is restarting...

Hello, I can't install firecracker-task-driver. - go version go1.11 linux/amd64 - commnad - go get github.com/cneira/firecracker-task-driver - error - package crypto/ed25519: unrecognized import path "crypto/ed25519" (import path does not begin...

Having the ability to snapshot and stop a running service would be great. Firecracker supports this. https://github.com/firecracker-microvm/firecracker/blob/3388fa94c2ceeb2269a6fc9479b6f2798604c4e7/docs/snapshotting/snapshot-support.md It will allow massively over-provisioning on RAM, if you run super heavy instances...

documentation
enhancement
help wanted