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
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.
The text was updated successfully, but these errors were encountered:
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):
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.
The text was updated successfully, but these errors were encountered: