Hello everyone, I'm developing a module for an end-to-end integration test for a tool that is made by different components interacting with kubernetes. To do that I use a k3s instantiated on-demand, basically following the proposed way in the dagger related issue.
I managed to have a very nice experience, ending up to be maybe a bit more than just a utility for tests, e.g. helping develop and setting up the environments.
I'm at the point where it would be awesome if k3s could download images just built and pushed on a local registry, without relying on public ones. Is there anyone already attempting it?
I can expose the service pretty easily to the containers, but k3s looks unable to either resolve or use http insecure registries.
I'm still trying to figure out the best way, but I'd use any help I can get ๐