You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
H.
When using persistent storage artemis is not able to write to his data path and raise:
AMQ222141: Node Manager can not open file /var/lib/artemis/data/journal/server.lock: java.io.IOException: No such file or directory
This is due the fact that in current helm chart artemis use own user called "artemis" who don't have proper permission to write on requested PVC.
To solve this issue I add a securityContext to both activemq-artemis/templates/master-statefulset.yaml
and activemq-artemis/templates/slave-statefulset.yaml
H.
When using persistent storage artemis is not able to write to his data path and raise:
This is due the fact that in current helm chart artemis use own user called "artemis" who don't have proper permission to write on requested PVC.
To solve this issue I add a securityContext to both
activemq-artemis/templates/master-statefulset.yaml
and
activemq-artemis/templates/slave-statefulset.yaml
This solve the issue and master and slave is able to write his stuff to given PVC.
The text was updated successfully, but these errors were encountered: