leigh capili
                                            leigh capili
                                        
                                    Excellent -- thanks and good luck! Let us know if you get it working
The Makefile needs to be updated to output `ignitew` to the proper bin/arch directories with a symlink. We should make note whether this also supports ARM64 builds.
A build shows that the resulting binary size of `ignitew`:`ignite` is `51M` vs. `35M`. This is likely just the size of the CNI binaries themselves. It's unfortunate because I believe...
Thanks for this. I do remember seeing this issue and having trouble reproducing. Hopefully the lockfile pkg maintainer responds to your issue. If we can't get that change worked through,...
@rdezavalia are you able to attach to your ignite VM's? ```shell ignite attach --help ``` You can get a shell through that tty and debug inside out from there.
If you can't attach, there's likely something wrong with the container runtime (containerd/docker) or the firecracker VM within the ignite sandbox
Should also check how many links we are checking and whether we need a 1,000 or 5,000 req/hr rate limit `GITHUB_TOKEN`. https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting If we need more than 5,000 req/hr, we...
Hi @anirudh-goyal, we would welcome your contributions This is definitely an approachable issue. It's related to the api's we use to describe VM's The code that needs to change starts...
@darkowlzz and I would love to see a POC of this. Some other users have also had success running nested KVM inside of ignite VM's. The init-container design sounds like...
We've got some new, working documentation for Flannel on the `latest` tag of our docs: https://ignite.readthedocs.io/en/latest/networking/ Hopefully, using Flannel as a CNI meets your use-case. Let us know if you...