Deploying Containers with ROOT access in Openshift Online (red hat cloud) environment
Recently I was trying to deploy containers (that has root access) into public cloud openshift
from RedHat
– OpenShift
Online.
Even after a while of trying around, I was not able to grant a privileged group. Is that feature that it’s not possible? Anyone successful running root enabled containers?
Error message:
Image xxxxxxx runs as the root user which might not be permitted by your cluster administrator.
With my account, I can’t grant that security role.
Source: StackOverflow