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
KUBERNETES provider controller container creation fails with error Error: failed to start container "provider-kubernetes": Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: chdir to cwd ("/home/nonroot") set in config.json failed: permission denied: unknown
Error: failed to start container "provider-kubernetes": Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: chdir to cwd ("/home/nonroot") set in config.json failed: permission denied: unknown
Similar issue for provider-aws and for provider-helm
The last working release is v0.4.0.
Crossplane version: 1.9.0, installed by Helm chart k8s: Minikube with k8s v1.20.2
The text was updated successfully, but these errors were encountered:
As reported similarly at crossplane-contrib/provider-aws#1786 (comment), currently published version (v0.15.0) of provider-kubernetes is working as expected.
Not sure what was changed over the time however luckily now the issue is un-reproducible thus closing...
Sorry, something went wrong.
No branches or pull requests
What happened?
KUBERNETES provider controller container creation fails with error
Error: failed to start container "provider-kubernetes": Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: chdir to cwd ("/home/nonroot") set in config.json failed: permission denied: unknown
Similar issue for provider-aws and for provider-helm
The last working release is v0.4.0.
How can we reproduce it?
What environment did it happen in?
Crossplane version: 1.9.0, installed by Helm chart
k8s: Minikube with k8s v1.20.2
The text was updated successfully, but these errors were encountered: