Replies: 1 comment
-
any update ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI Team,
I wanted to check if MarkLogic docker image supports running docker/podman container in non-root privilege mode.
We are tying to deploy below Helm chart on Openshift 4.10 cluster supported by RedHat.
GIT URL: https://github.com/marklogic/marklogic-kubernetes/tree/master/charts
Error on OpenShift Pod: :
sudo: PERM_SUDOERS: setresuid(-1, 1, -1): Operation not permitted
sudo: no valid sudoers sources found, quitting
sudo: setresuid() [0, 0, 0] -> [1000940000, -1, -1]: Operation not permitted
sudo: unable to initialize policy plugin
2023-05-26 19:02:04.536 Info: OVERWRITE_ML_CONF is false, not writing to /etc/marklogic.conf
2023-05-26 19:02:04.537 Info: INSTALL_CONVERTERS is false, not installing converters.
sudo: PERM_SUDOERS: setresuid(-1, 1, -1): Operation not permitted
sudo: no valid sudoers sources found, quitting
sudo: setresuid() [0, 0, 0] -> [1000940000, -1, -1]: Operation not permitted
sudo: unable to initialize policy plugin
Please let me know if you need any additional details.
Beta Was this translation helpful? Give feedback.
All reactions