Hi, I am currently playing with some NixOS tests for a personal project. At this point I am not even sure if they are the correct thing to use or what alternatives would exist.
My current problem is, that I want to create 2 nodes, one running a k3s
in server mode and another one that wants to apply some kubernetes resource. This test is meant as a basic evaluation of the test infrastructure that is provided by the testing framework.
My current problem is, that k3s
can’t properly deploy itself as it requires an internet connection to download some container images from the internet.
Also final tests will require downloading images from a remote registry anyway, therefore I need internet access for the server at least.
Is there a way to enable internet acces for a node in the tests?