문제

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

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top