How to install nuxeo packages inside kubernates container

Hi all, I have nuxeo 2019 in kubernetes container and I'd like to manually install package nuxeo-arender (nuxeoctl mp-install nuxeo-nuxeo-arender) but when I try to stop nuxeo server (nuxeoctl stop) inside container… kubernetes restart container and I'm not able to install package.

Anyone has an idea how to tell Kubernates not to restart container when nuxeo server is down?

thanks in advance

0 votes

1 answers

825 views

ANSWER



0 votes



"The restartPolicy field with possible values Always, OnFailure, and Never" It does not work because when you change the Always value to Never you get this error: "Unsupported value: "Never": supported values: Always" more info here: https://github.com/kubernetes/kubernetes/issues/24725
06/29/2021