Replies: 5 comments
-
I can't recreate this issue, as shown in my testing here: I suspect your docker/k8s installation is not configured to pull the correct platform from the multi-architecture manifest. |
Beta Was this translation helpful? Give feedback.
-
@itzg Today with the lastest version I have this issue [init] Changing gid of minecraft to 1000 May some trash in my configuration? |
Beta Was this translation helpful? Give feedback.
-
It´s running a FORGE instance. Update Using SKIP_SUDO = TRUE, its works. |
Beta Was this translation helpful? Give feedback.
-
I still am unable to recreate this issue using the following deployment on a Mac Apple silicon (aarch64): apiVersion: apps/v1
kind: Deployment
metadata:
name: mc
labels:
app: mc
spec:
replicas: 1
template:
metadata:
name: mc
labels:
app: mc
spec:
containers:
- name: mc
image: itzg/minecraft-server:java17
imagePullPolicy: IfNotPresent
env:
- name: EULA
value: "true"
- name: TYPE
value: FORGE
- name: FORGE_VERSION
value: 43.1.55
- name: VERSION
value: 1.19.2
selector:
matchLabels:
app: mc |
Beta Was this translation helpful? Give feedback.
-
Clean up the cache and images, reinstall the Forge mod (All the Mods 8), using the latest version without sudo, facing now this error today
I'm using a raspberry pi 4 inside a Kubernetes cluster with micro8 with the latest Ubuntu LTS version. |
Beta Was this translation helpful? Give feedback.
-
Describe the problem
Helo when using the Java17 version or the latest version the arm 64 bits version does not start.
Created with Kubernetes, repository https://github.com/HiltonWS/minecraft-server
Container definition
Container logs
Beta Was this translation helpful? Give feedback.
All reactions