@valid scroll if I want to run k3s using your module then connect to it from my host do I have to expose the API server port 6443?
Can that be done from this command alone?
# Start k3s
$ dagger -m github.com/marcosnils/daggerverse/k3s@v0.1.8 call --name test server up
# Get kubeconfig
$ dagger -m github.com/marcosnils/daggerverse/k3s@v0.1.8 call --name test config --local export --path kubeconfig
$ kubectl --kubeconfig kubeconfig get nodes
?