Open hoeghh opened 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
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?
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 :