hoeghh / k8s-minecraft

Running a Minecraft server in Kubernetes
MIT License
50 stars 15 forks source link

Download plugins from Github #1

Open hoeghh opened 5 years ago

hoeghh commented 5 years ago

We need to download plugins for Minecraft. These should be from Github.

To get the latest version for a plugin from Github, use something like this :

curl -s https://api.github.com/repos/sladkoff/minecraft-prometheus-exporter/releases/latest | jq -r '.assets[] | select(.content_type=="application/x-java-archive") | .browser_download_url'
https://github.com/sladkoff/minecraft-prometheus-exporter/releases/download/v1.3.0/minecraft-prometheus-exporter-1.3.0.jar
hounienlin commented 3 years ago

I would like to know the part of ingress working, and could you provide us more details. I am using GKE for this Minecraft server.

how do I connect to my k8s server?