-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels