pdtpartners / nix-snapshotter

Brings native understanding of Nix packages to containerd
MIT License
532 stars 15 forks source link

fixes k3s image pulling #109

Closed antoinerg closed 7 months ago

antoinerg commented 7 months ago

Closes issue https://github.com/pdtpartners/nix-snapshotter/issues/102 by upgrading k3s to a recent version that supports the --image-service-endpoint flag. Then, we use that flag to point k3s to nix-snapshotter.

antoinerg commented 7 months ago

https://github.com/pdtpartners/nix-snapshotter/pull/108 might be better than this PR once it adds the "--image-service-endpoint unix:///run/nix-snapshotter/nix-snapshotter.sock" flag!