-
Notifications
You must be signed in to change notification settings - Fork 54
Description
I'm new to k3s and experimenting with running Valheim in k3s.
I tried making my own helm chart but ran into the same error, and then found this existing helm chart.
The problem I am experiencing is that the pod has a container made using lloesche's image, but the /opt/valheim/server/ folder is empty. This is QUITE problematic as it contains /opt/valheim/server/valheim_server.x86_64 which is the actual server. I also don't see the http status webserver running, but that's a lesser complaint.
I used the exact helm install command provided in the readme, only adding --namespace valheim for the sake of a namespacing.
I have a strong suspicion that the cause is due to me using a clustered k3s install instead of a single k8s node. I do have a NFS target that I would be happy to use if an example was provided (as I said, still figuring this all out).
Any insight or assistance would be much appreciated.