jboss-dockerfiles / drools

MIT License
61 stars 98 forks source link

OCI runtime create failed #62

Open john047 opened 3 years ago

john047 commented 3 years ago

Hello!

after add pvc in k8s:

volumeMounts:

I get error: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"./start_business-central-wb.sh\": stat ./start_business-central-wb.sh: no such file or directory": unknown

How can I start service in k8s with persistentVolumeClaim? Whithout it works fun.

wang-xiaowu commented 1 year ago

Hello!

after add pvc in k8s:

volumeMounts: - mountPath: "/opt" name: storage volumes: - name: storage persistentVolumeClaim: claimName: drools-pvc

I get error: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "./start_business-central-wb.sh": stat ./start_business-central-wb.sh: no such file or directory": unknown

How can I start service in k8s with persistentVolumeClaim? Whithout it works fun.

i have save issue