Giter VIP home page Giter VIP logo

Comments (6)

mbround18 avatar mbround18 commented on May 18, 2024

Did you move your world save files or change its name?

from valheim-docker.

cnuland avatar cnuland commented on May 18, 2024

I didn't change any of those details, but I did mount volumes at these mount locations, mimicking what you did with your docker compose script locally.

        volumeMounts:
        - name: valheimsave-persistent-storage
          mountPath: /home/steam/.config/unity3d/IronGate/Valheim
        - name: valheimgame-persistent-storage
          mountPath: /home/steam/valheim
      volumes:
      - name: valheimsave-persistent-storage
        persistentVolumeClaim:
          claimName: valheim-saves-pv-claim
      - name: valheimgame-persistent-storage
        persistentVolumeClaim:
          claimName: valheim-game-pv-claim

and on the running pod

# ls /home/steam/.config/unity3d/IronGate/Valheim
adminlist.txt  bannedlist.txt  permittedlist.txt  prefs  worlds

# ls /home/steam/valheim 
 LinuxPlayer_s.debug   UnityPlayer_s.debug                    linux64      server_exit.drp   start_server_rusty.sh   steam_appid.txt   steamclient.so          valheim_server_Data
 UnityPlayer.so       'Valheim Dedicated Server Manual.pdf'   output.log   start_server.sh   start_server_xterm.sh   steamapps         valheim_server.x86_64
# 

from valheim-docker.

mbround18 avatar mbround18 commented on May 18, 2024

that looks like kubernetes configurations

from valheim-docker.

mbround18 avatar mbround18 commented on May 18, 2024

This is the docker guide #28

from valheim-docker.

cnuland avatar cnuland commented on May 18, 2024

sounds good, if I get this working then I'll PR in some kubernetes instructions, it should just work with the container as is, but I have a hunch its a permissions issue, thanks for taking a look at least :)

from valheim-docker.

mbround18 avatar mbround18 commented on May 18, 2024

there is a kuberentes guide already :) #20
it looks like you are missing subpath in your config

from valheim-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.