We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the accountingservice container is run as a non-root user, an error is triggered by Kubernetes.
accountingservice
kubectl describe pod <pod_name> shows this:
kubectl describe pod <pod_name>
Error: container create failed: time="2024-07-30T18:39:52Z" level=error msg="runc create failed: unable to start container process: exec: \"./instrument.sh\": permission denied"
I checked in the container and the script has root permissions.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When the
accountingservice
container is run as a non-root user, an error is triggered by Kubernetes.kubectl describe pod <pod_name>
shows this:I checked in the container and the script has root permissions.
The text was updated successfully, but these errors were encountered: