DarkflameServer
DarkflameServer copied to clipboard
feat: K8s
This works for minikube, but is very much still WIP
If you need someone to test this somewhere else, I have a ~~single node~~ k3s cluster at home where I could run this.
Using hostpath
for the PVC is not quite working, is there a way to make this using the default storage provider?
Using
hostpath
for the PVC is not quite working, is there a way to make this using the default storage provider?
Probably yes, this was done as a first draft for use with minikube mount /path/to/client:/luclient
. It's also raw hostPath
in a pod not even a PVC.
For a complete setup, you're right, this should be a configurable PersistentVolume