Question

Can I install Citadel on Openshift? Installation process requires having root privileges but OpenShift does not provide such service. Is there any workaround? Thanks.

Was it helpful?

Solution

You can not install anything that requires root access. Sometimes you can workaround by installing things to your app-root/data directory.

OTHER TIPS

OCP uses SCC which by default would be responsible to allocate random UID's for your applications pods, however, incase of particular apps needing specific UID or root as in your case, we can use SCC ANYUID instead of default RESTRICTED SCC. However, this is only possible to be done with cluster-admin privileges.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top