docker pull r1n/reloader:latest
Game server admins love Reloader. For example, a Minecraft server using Spigot/Paper can reload plugins without kicking players:
watchers:
- name: minecraft-plugins
paths: /opt/minecraft/plugins/
command: /opt/minecraft/send-command.sh "reload"
debounce: 1s
If you don’t use Helm, you can apply the raw Kubernetes manifests directly from GitHub. reloader by r1n github free
kubectl apply -f https://raw.githubusercontent.com/stakater/Reloader/master/deployments/kubernetes/reloader.yaml
This creates the reloader-reloader deployment, a service account, and the necessary ClusterRole and ClusterRoleBinding. docker pull r1n/reloader:latest