Dennis Marttinen
Dennis Marttinen
Implements `TransactAckNak`, which unties the logic of `RequestFromOffer` from `Request` so that it can be used to send and receive responses to e.g. INFORM requests generated by `NewInform`. Short example:...
When using `nclient4.RequestFromOffer` with an existing offer to issue lease renewals, `OptionRequestedIPAddress` and `OptionServerIdentifier` must be cleared to comply with [RFC 2131, section 4.3.2] (RENEW). Updating these with modifiers using...
Currently the ports column in `footloose show` output looks like this:  - Remove the indices and brackets - Place arrows between the container/VM port and respective host port
Currently when an image is removed, the cleanup takes care of the exported `ext4` image file and metadata in `/var/lib/firecracker`, but doesn't remove the OCI source image from the `firecracker`...
- [ ] Replace `mount` with https://github.com/nerd2/gexto - [ ] User/group management of saved data
All missing validation functions are tracked here. If you find some validation missing, add it to this list or comment on this issue. - [ ] VM CPUs - [...
containerd has (re)gained a [device mapper snapshotter](https://github.com/containerd/containerd/issues/2988), courtesy of the Firecracker team for their `firecracker-containerd` project. This allows containerd to store the image/container layers (snapshots) as block devices managed by...
Ignite VMs currently have no (fast enough) way of gathering entropy from the hardware to fill `/dev/random`, which causes hangs in e.g. the boot process and SSH connections (see [here](https://wiki.debian.org/BoottimeEntropyStarvation))....
This adds support for automatically registering node hostnames in DNS by sending the current hostname to DHCP via option 12. If the current hostname is updated, issue a new DISCOVER...
## Bug Report ### Description I created a new cluster without CNI by adding `--config-patch '[{"op": "add", "path": "/cluster/proxy", "value": {"disabled": true}}, {"op":"add", "path": "/cluster/network/cni", "value": {"name": "none"}}]'` to `talosctl...