You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: