firectl icon indicating copy to clipboard operation
firectl copied to clipboard

firectl is a command-line tool to run Firecracker microVMs

Results 24 firectl issues
Sort by recently updated
recently updated
newest added

Certain examples fail with an error about the `ht_` field: As [per the 1.0 notes](https://github.com/firecracker-microvm/firecracker/releases): * Renamed /machine-config ht_enabled to smt. * smt field is now optional on PUT /machine-config,...

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...

dependencies

Bumps [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) from 0.21.2 to 0.21.3. Commits a239ff1 disable exhauststruct 6dd85df Merge pull request #103 from padamstx/master 6ce5980 Bump dependencies to avoid yaml.v3 vulnerability See full diff in compare view...

dependencies

**Issue #53: Support building with Podman: make build-in-podman** **Description of changes:** 1. Add Makefile target build-in-podman. 2. Update README.md. 3. Add gitignore .vscode. By submitting this pull request, I confirm...

Now that firecracker ships ARM builds (https://github.com/firecracker-microvm/firecracker/releases), can we also get an ARM build of firectl added to the releases page? In the meantime, I can confirm the `firectl` build...

My command: ``` ./firectl \ --kernel=hello-vmlinux.bin \ --root-drive=hello-rootfs.ext4 \ --ncpus=8 \ --memory=50000 \ --tap-device=tap0/AA:FC:00:00:00:01 ``` runs fine but when I disable hyperthreading with: ``` ./firectl \ --kernel=hello-vmlinux.bin \ --root-drive=rootfs.ext4 \...

bug

Hi, MMDS json might be large and also might contain secrets, which should not be visible in command line parameters. Please support loading mmds from file.

enhancement
help wanted

Support building with [Podman](https://github.com/containers/libpod): ```bash make build-in-podman ```

firectl invocation can be simplified with the following defaults: - pick up the latest firecracker binary - pick up the default uncompressed Linux kernel image - pick up the default...

This question arose after reading issue #20: If I understand firectl correctly it appears that firectl is more natural fit as a [libvirt](https://libvirt.org) provider. Some benefit would come from that:...