You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Hi! Can you please remove the base/kernel image you're using with ignite rmi and ignite rmk, and try again with v0.4.2?
There was an issue in v0.4.0 and v0.4.1 that made the kernel overlay overwrite /etc/resolv.conf accidentally. Hence the kernel image needs to be removed and recreated after upgrading to v0.4.2.
Steps
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ignite run weaveworks/ignite-kubeadm:latest-v0.4.2 \ --cpus 2 \ --memory 1GB \ --ssh \ --name test-vm-v0.4.2
/etc/resolv.conf
[ -s /etc/resolv.conf ] || echo '/etc/resolv.conf is empty'
The text was updated successfully, but these errors were encountered: