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
The Olares is running on k8s / k3s with containerd as the container runtime. Containerd snapshotter default fs is overlayfs. It seems your ubuntu container is also binding an overlayfs. An overlayfs on another overlayfs will occur this error cannot create whiteout file. You can create the ubuntu container with another fs to resolve this problem.
I run the comman
curl -fsSL https://cn.olares.sh | bash -
in a ubuntu container without docker. And I get the error below:What should I do to fix it?
The text was updated successfully, but these errors were encountered: