Feelas commented on issue #11425: URL: https://github.com/apache/apisix/issues/11425#issuecomment-2457501709
This doesn't necessarily look like an issue with SCC with randomized UIDs, being caused by `/usr/local/apisix/conf/` owned by `apisix` user (UID 636) instead of OCP known best-practice of assigning group "0" ownership in that case, see [Creating images from OCP docs](https://docs.openshift.com/container-platform/4.16/openshift_images/create-images.html). If `/usr/local/apisix/conf/` is owned by apisix:apisix, `nonroot-v2` policy (mentioned by @juzhiyuan) won't be enough to make it work, `anyuid` + specifying harcoded UID 636 would probably make it work, I believe? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
