Closed hadrien-toma closed 4 years ago
I tried creating the workspace in the container file system instead of in the volume and it works, so the problem is likely to be on the volume side. :persevere:
For information: the problem I experience is related to https://github.com/kubernetes/minikube/issues/4621
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Description
I am facing the following issues when attempting to create a workspace on a
node:alpine
based container. The container is running on Kubernetes. I precise all of this because it works when simply doing:So it seems that this part of the context matters here :thinking:. Besides, if I use the image directly with Docker, it works. So the errors happen only when running on Kubernetes where the workspace destination is mounted as
hostPath
, so maybe is there some permissions related underlying issue? :persevere:Scenarios
npm
npx
yarn
Context
Questions
May someone have any idea of why
tao
/minimist
are failing like this or have any keys to share to workaround this issue :crossed_fingers: ?