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
fix: use vfs storage + chroot isolation for unprivileged k3s pods
The overlay driver with fuse-overlayfs requires CLONE_NEWUSER which
k3s pods don't allow without privileged mode. Switching to vfs driver
and BUILDAH_ISOLATION=chroot avoids user namespaces entirely. Slower
builds (no layer dedup) but works without any special pod security.
0 commit comments