-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote snapshotters fails to pull an image #797
Comments
The issue was identified in the firecracker-containerd logs:
The issue appeared to be related to DNS resolution, and after reviewing this section from the getting started guide, I discovered that Firecracker VMs inherit DNS settings from the host. This caused problems when the host was using systemd-resolved or a similar local resolver that directed DNS queries to localhost.
To resolve the issue, I updated the CNI configuration (
This manual DNS configuration resolved the issue, and the system is functioning as expected now. Additionally, I will now look at #761 and try to reproduce it. It seems related to this issue, but also with the docker credentials setup. |
Hello everyone,
I followed the Getting Started with Remote Snapshotters guide, but encountered an issue when trying to use the example command provided in the documentation, failing to pull the image.
I manage to start the 3 host-daemons, but when I run the following command, described in the Remote Snapshotter Example, I get the following error:
My setup details and the logs are below:
Setup
OS: Ubuntu 20.04 (Focal Fossa)
Go Version:
go version go1.23.3 linux/amd64
Firecracker Version:
firecracker --version Firecracker v1.1.0
(could it be related to this version? I tried to upgrade it to 1.7.0, but I did not tried to downgrade it).SDK version:
~/go/pkg/mod/github.com/firecracker-microvm/[email protected]/
firecracker-containerd/config.toml:
Logs
Additional Notes
Please let me know if you need any additional information or testing. I appreciate any help, as I've been struggling to get this tutorial working for a couple of weeks.
The text was updated successfully, but these errors were encountered: