Replies: 2 comments 7 replies
-
Have you checked inside your application pod whether the binary has the expected caps or not? https://cloud.redhat.com/blog/linux-capabilities-in-openshift has some details explaining how to check this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@panpur This doesn't look like issue with CRC side but more like openshift side. Have you tried same setting on a production Openshift cluster and does that worked? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm getting error
Bad file descriptor
when creating raw socket in c++ aplication in CRC 1.37 (Centos 8).Here's snippet of uid1000 SCC:
I've set the SCC to service acc using
oc adm policy add-scc-to-user uid1000 -z runasuid1000 --as system:admin
Then in deployment config:
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions