k8s modded server can't find the forge version #1675
Answered
by
itzg
IllusiveBagel
asked this question in
Q&A
-
I have been running a server for about a month and it crashed last night now says it can't find the forge version. The server has crashed in the past and restarted fine i'm not sure what has changed. Log:
server.yaml apiVersion: apps/v1
kind: Deployment
metadata:
labels:
run: minecraft-modded
name: minecraft-modded
spec:
selector:
matchLabels:
run: minecraft-modded
template:
metadata:
labels:
run: minecraft-modded
spec:
securityContext:
runAsUser: 1000
fsGroup: 1000
containers:
- name: minecraft-modded
image: itzg/minecraft-server
env:
- name: EULA
value: "TRUE"
- name: MOTD
value: All The Mods 7 Server
- name: TYPE
value: FORGE
- name: VERSION
value: 1.18.2
- name: GENERIC_PACK
value: Server-Files-0.4.23.zip
- name: FORGEVERSION
value: 40.1.60
- name: MEMORY
value: "6G"
ports:
- containerPort: 25565
volumeMounts:
- name: world
mountPath: /data
volumes:
- name: world
persistentVolumeClaim:
claimName: minecraft-modded |
Beta Was this translation helpful? Give feedback.
Answered by
itzg
Aug 15, 2022
Replies: 2 comments 1 reply
-
Thanks for asking about this...since it was a bug I just introduced. I'm fixing it now. Issue for it is |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you re-pull the latest image, this should now work again. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
IllusiveBagel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you re-pull the latest image, this should now work again.