Skip to content
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

Charts do not work on OpenShift #605

Open
kfeinauer opened this issue Nov 7, 2024 · 1 comment
Open

Charts do not work on OpenShift #605

kfeinauer opened this issue Nov 7, 2024 · 1 comment

Comments

@kfeinauer
Copy link
Contributor

Our containers require root privilege, and thus do not work on OpenShift out of the box. This can be worked around by allowing OpenShift to allow root containers (see https://serverfault.com/a/920539):

oc adm policy add-scc-to-user anyuid -z default

We should investigate what options we have here for getting our charts working on OpenShift. At the very least, we should document this issue for OpenShift users.

@kfeinauer
Copy link
Contributor Author

Example error from Launcher running on OpenShift:

ERROR system error 1 (Operation not permitted); OCCURRED AT rstudio::core::Error rstudio::core::system::posix::temporarilyDropPrivileges(const rstudio::core::system::User&, const rstudio_boost::optional&) src/cpp/shared_core/system/PosixSystem.cpp:346; LOGGED FROM: int main(int, char* const*) src/cpp/job_launcher/LauncherMain.cpp:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant