-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
** (MatchError) no match of right hand side value: {:error, :enoent} 360 #452
Comments
meanwhile I identified the culrpit, the pod requires to run with privileges so the moment one add's an privileged SCC to the ServiceAccount the deployment starts working as expected. I was able to identify that by reading the Database
so I verified if the default file storage space needs to be available but that is also not the case, which means (most likely) temporary upload to S3 space not accessible, so I added the privileged SCC. It would be really nice to get asciinema-server running without the need to escalate privileges. |
This error comes from |
@ku1ik thanks for your reply... from my POV it looks not to be an issue of the kubernetes deployment per-se as the container image itself expects to run as
that might be coming from the need to have privileges when installing the dependencies as well as when changing the ownership of
my suggestion is to add a line |
Thanks for investigating further. I think we only need root in the builder image. In the final image it should be possible to use a regular user indeed. |
Describe the bug
Is there any possibility to increase the debug level in asciinema-server ?
I am hitting following issue and cannot identify, what asciinema wants ...
To Reproduce
Steps to reproduce the behavior:
Expected behavior
output of more hintful messages to identify what should be fixed
Versions:
The text was updated successfully, but these errors were encountered: