-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Setting users in pod.yaml #2957
Comments
Should be possible, but entirely possible we haven't wired that field in yet. |
@mheon is that the complete code of parsing yaml and converting it to OCI spec and passing it to pod creation? https://github.com/containers/libpod/blob/master/cmd/podman/play_kube.go |
Yes, all the |
@lsm5 we can talk about this next week |
Ping, any movement on it? We could add a tag to get the community implement it? |
@vrothberg nothing so far from my side, and can't say at this point when I can get to it. |
This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days. |
@haircommander Any chance you could look at this? Or maybe I will grab it. |
Yeah I'd like to get #4265 in, then start unifying the namespace workflow for pods |
Friendly ping. |
From my reading of the code, I think this is implemented, reopen if I am mistaken. |
/kind feature
Description
I'd love to be able to set a user for container inside pod.yaml, with securityContext. Is that already possible? I tried with
runAsUser
but it didnt change the user.The text was updated successfully, but these errors were encountered: