Help running Curseforge "All of Create" in Kubernetes using itzg/docker-minecraft-server image
Hi all,
Still new to hosting my own server, maybe someone could help point me in the right direction. I am trying to start up a server for https://www.curseforge.com/minecraft/modpacks/aoc using this docker image: https://github.com/itzg/docker-minecraft-server, running with a GKE auto cluster in GCP.
I get a failure due to a mod not installing: https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer/files/4862430
I was able to fix this locally when using docker-compose because I could just download the mod and put it in my data directory, but I am having trouble getting this file into my persistent volume.
CurseForge
All of Create
The Ultimate Create Experience | Create with Addons and Great Performance
187.7K Downloads | Modpacks
CurseForge
Just Enough Resources (JER)
A JEI addon that adds mob drops, ore gen, ..
153.8M Downloads | Mods
8 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by qosmiq#0
Here is my k8s yaml:
Here is the error:
I have tried an init container:
Which does show a successful download:
And I get this error:
if you're going to be running a bunch of the same copies of a minecraft server (with the same exact modpack), it would be better to just create your own docker image
This is just for personal use to play with some friends
completely wrong size
you arent downloading the jar
you're probably just downloading html and outputting it to a .jar
https://mediafilez.forgecdn.net/files/4862/430/JustEnoughResources-1.19.2-1.2.3.243.jar
is the url you want
tested and downloads correct size
Ahhh, thank you!
I will test a bit later
You're awesome, thanks!
Feel a bit stupid not checking the filesize lol
!solved
post closed!
The post/thread has been closed!
Requested by qosmiq#0