k3s-minecraft icon indicating copy to clipboard operation
k3s-minecraft copied to clipboard

Minecraft servers managed in a lightweight Kubernetes cluster

Results 2 k3s-minecraft issues
Sort by recently updated
recently updated
newest added

```bash ubuntu at omega in ~/Documents/k3s-minecraft-server on main $ k8s-mclist NAME MODE VERSION SERVER RUNNING error: array index out of bounds: index 22, length 7 ``` get the above error...

For https://github.com/gilesknap/k3s-minecraft/tree/main/useful/deployed/backup-sqlite, I used the following for taking a backup. ```yaml command: - /bin/sh - -c - apk add sqlite; cd /server; time tar czf /backup/k3s-server-backup-$(date +%F:%R).tgz --exclude *.sock --exclude...