-
Notifications
You must be signed in to change notification settings - Fork 120
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
Permission issue when purging images from cache on OpenShift #134
Comments
Ok. There is a solution to this. Just need to change the file below. With that and adjusting SCC, things would work fine in OpenShift 4.x.
|
@hfwen0502 : Thanks for analysing the issue. I propose: A new flag is needed in kubefledged-controller Changes needed in helm chart as well. |
SODACODE22: Raise PR against "develop" branch. |
That's fantastic. Thank you! |
Pls. assign this issue to me..I'll try it...many changes needed. it should be SODAHIGH?? |
Issue #134 Permission issue when purging images from cache on OpenShift
The errors shown in the ImageCache's object:
I can reproduce this by just running this job, rsh to the pod and run the crictl command.
As you can see, even though adding the additional privilege, the container still fails to do "crictl images" or "/usr/bin/crictl --runtime-endpoint=unix:///var/run/crio/crio.sock --image-endpoint=unix:///var/run/crio/crio.sock image".
Any idea if there is a way to resolve this?
The text was updated successfully, but these errors were encountered: