liquidmetal-dev / liquidmetal-dev/mikrolite
Add `preflight check-host` command
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Lets add a preflight command that will check the host to see if all requirements are met. So it will check things like:
- containerd exists
- devmapper containerd plugin is enabled and ok
- binaries for firecracker exists
- binaries for cloud-hypervisor exist
- capabilities have been added to the binary
- kvm is enabled
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CLI entry point for the `preflight check-host` command and review how existing commands report host checks. Implement checks for the listed containerd, plugin, Firecracker, Cloud Hypervisor, binary-capability, and KVM requirements, with clear results for each. Done means the command reports whether all requirements are met.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100