thijsvanloef / palworld-server-docker

A Docker Container to easily run a Palworld dedicated server.
https://hub.docker.com/r/thijsvanloef/palworld-server-docker
MIT License
2.43k stars 295 forks source link

Rcon config file seems to have vanished in latest container build #211

Closed q23407u892f closed 9 months ago

q23407u892f commented 9 months ago

Describe the bug

executing rcon-cli errors out

root@palworld-998b5c4d7-z4mq8:/home/steam/steamcmd# rcon-cli
cli: config: parse file: read file: open rcon.yaml: no such file or directory

To Reproduce

Steps to reproduce the behavior:

  1. exec into pod/container
  2. run rcon-cli or backup
  3. get presented with error

Expected behavior

either an rcon shell should spawn or the appropriate rcon command will be executed

Screenshots

If applicable, add screenshots to help explain your problem.

image

Desktop (please complete the following information)

---
apiVersion: apps/v1
kind: Deployment
metadata:
  name: palworld
  namespace: palworld
  annotations:
    reloader.stakater.com/auto: "true"
  labels:
    app: palworld
spec:
  replicas: 1
  minReadySeconds: 30
  strategy:
    # indicate which strategy we want for rolling update
    type: RollingUpdate
    rollingUpdate:
      maxSurge: 2
      maxUnavailable: 1
  selector:
    matchLabels:
      app: palworld
  template:
    metadata:
      labels:
        app: palworld
        name: palworld
    spec:
      containers:
      - name: palworld
        image: thijsvanloef/palworld-server-docker:latest
        env:
        - name: PLAYERS
          value: "16"

Container/Host Logs

Additional context

Add any other context about the problem here.

q23407u892f commented 9 months ago

oh looks like this was fixed in https://github.com/thijsvanloef/palworld-server-docker/commit/55086067b4fb55013e53584d55f07d2f2733faa8