You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to run rootless podman containers inside openshift pods so that we can take advantage of openshift's scheduling superpowers and have access to a root environment (via user namespacing) from a pod.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
We would like to run rootless podman containers inside openshift pods so that we can take advantage of openshift's scheduling superpowers and have access to a root environment (via user namespacing) from a pod.
We are tracking podman work for this in here: containers/podman#1092
In the current iteration, the blocker is that openshift is dropping
cap_set_{uid,gid}
capabilities which podman needs to construct a user namespace.What would be the best way to solve this issue? Can a solution for this land in the default SCC?
Version
Steps To Reproduce
https://github.com/TomasTomecek/rootless-podman-in-openshift
The text was updated successfully, but these errors were encountered: