-
Notifications
You must be signed in to change notification settings - Fork 100
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
Things needing root... #212
Comments
@bdunne One note, we would not need Backup/Restore scheduled tasks on podified if we go with OpenShift scheduled jobs for these tasks in the future, which are actually non-root jobs (restricted pods). |
@fbladilo I agree, we should leverage the work you did for backup / restore when in a container. I created the issue mostly to point out places in the application that we need to hide or remove completely because they won't work if we run without root. |
|
@bazulay Yes, both of those use mount.
|
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
Adding Although I think we have backup/restore worked out. Will change the original post to a checklist and check that off. |
How do we want to proceed with this particular issue @Fryguy @chessbyte? First I'd like to test out if these features even work with root and second how long do we really think we can go with requesting additional permissions in OpenShift? At some point, does it make sense to just try running without root in pods and see what bugs pop up? At that point we can decide of those features can just be disabled entirely in pods or if we really need to go back to running with root. |
And to that point, if we're continuing to support both appliance and pods long term we should probably work out a better way to deal with the arch differences than gating a bunch of calls with |
Checked off external auth here as we have the split httpd images to handle the cases where auth doesn't require sssd/dbus to operate. I don't think we'll ever get those to run without root. |
Switching to RPMs pulls in nfs-utils which should be enough to check off PXE provisioning. |
Fleecing RHEV/oVirt has issues requiring redesign that would not be solved just by having root user privileges, opened #596 instead. |
Fleecing RHEVmoved to Redesign fleecing of RHV/oVirt for podified environment #596The text was updated successfully, but these errors were encountered: