-
We're scaling based on concurrent connections, and it seems like the autoscaler adds a _lot_ of allocations for even a minimal change in our metric.
The scaling policy looks like this:
```json
…
-
We need a clear story on how `vhost-user` is going to be supported through rust-vmm crates.
There are three main areas which need to be addressed in order to get it working with current hypervisors (…
-
CONNECT requests, be them h1 or h2, are not really doable through the Hyper client, with the current connector design.
`hyper::client::Client::request` takes a request, extracts the (scheme, host, …
-
I'm running `ignited gitops git@github.com:myorg/myrepo.git` and when I add a new VM definition to the repo, the ignited gitops process fails with
> INFO[0505] New commit observed on branch "master":…
-
The README file notes that
> The Fifo Control Register (FCR) is not emulated; there is no support yet for directly controlling the FIFOs (which, in this implementation, are always enabled).
but …
-
We at some point want to be able to track resource usage _per VM_, not just per executor compute instance. Therefore, we probably want to run a node_exporter inside the VM and scrape the data from the…
-
`called `Result::unwrap()` on an `Err` value: ApiError(ConnectionError(ApiRequestError(hyper_util::client::legacy::Error(Connect, Os { code: 111, kind: ConnectionRefused, message: "Connection refused"…
-
I was wondering if there's way to run ignite microVM's using Docker ipvlan/macvlan?
Usually the way I go about this is:
```
docker network create -d ipvlan --subnet=10.0.2.0/24 -o parent=enp0s…
-
I tried this code: https://github.com/adpaco-aws/lading/tree/capacity-harness-division
using the following command line invocation: `cargo kani -p lading-throttle`
with Kani version: 0.3…
-
handling networking for multiple microvms