Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./Cuberite: not found #4

Open
wesleyyoung opened this issue Aug 1, 2021 · 2 comments
Open

./Cuberite: not found #4

wesleyyoung opened this issue Aug 1, 2021 · 2 comments

Comments

@wesleyyoung
Copy link

wesleyyoung commented Aug 1, 2021

Getting /bin/sh: 1: ./Cuberite: not found when running stable and nightly images on raspberry pi 4 8gb microk8s Kubernetes.

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  creationTimestamp: null
  labels:
    io.kompose.service: cuberite-claim0
  name: cuberite-claim0
  namespace: cuberite
spec:
  accessModes:
    - ReadWriteOnce
  resources:
    requests:
      storage: 2Gi
status: {}
---
apiVersion: apps/v1
kind: Deployment
metadata:
  creationTimestamp: null
  labels:
    io.kompose.service: cuberite
  name: cuberite
  namespace: cuberite
spec:
  replicas: 1
  selector:
    matchLabels:
      io.kompose.service: cuberite
  strategy:
    type: Recreate
  template:
    metadata:
      creationTimestamp: null
      labels:
        io.kompose.service: cuberite
    spec:
      containers:
        - env:
            - name: ADMIN_USERNAME
              value: cuberite
            - name: ADMIN_PASSWORD
              value: admin
          image: beevelop/cuberite:latest
          name: cuberite
          ports:
            - containerPort: 8080
            - containerPort: 25565
          resources: {}
          tty: true
      restartPolicy: Always
      volumes:
        - name: cuberite-claim0
          persistentVolumeClaim:
            claimName: cuberite-claim0
status: {}
---
apiVersion: v1
kind: Service
metadata:
  creationTimestamp: null
  labels:
    io.kompose.service: cuberite
  name: cuberite
  namespace: cuberite
spec:
  type: LoadBalancer
  ports:
    - name: "8080"
      port: 80
      targetPort: 8080
    - name: "25565"
      port: 25565
      targetPort: 25565
  selector:
    io.kompose.service: cuberite
status:
  loadBalancer: {}
@Mo18769
Copy link

Mo18769 commented Dec 21, 2021

Same, did you solved the problem?

@wesleyyoung
Copy link
Author

Nope, moved on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants