Closed q23407u892f closed 9 months ago
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
Steps to reproduce the behavior:
rcon-cli
backup
either an rcon shell should spawn or the appropriate rcon command will be executed
If applicable, add screenshots to help explain your problem.
--- 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"
Add any other context about the problem here.
oh looks like this was fixed in https://github.com/thijsvanloef/palworld-server-docker/commit/55086067b4fb55013e53584d55f07d2f2733faa8
Describe the bug
executing rcon-cli errors out
To Reproduce
Steps to reproduce the behavior:
rcon-cli
orbackup
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.
Desktop (please complete the following information)
docker-compose.yml contents
Container/Host Logs
Additional context
Add any other context about the problem here.