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.

Était-ce utile?

La solution

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

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top