-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot write to /opt/jfrog/artifactory/app/artifactory/tomcat/conf - Read-only file system #1810
Comments
@ajcontrib : I could see you are using an old version of chart and the application version is soon to reach EOL. |
@shahiinn thanks for the hint, it has actually disapeared with the latest helm chart version but a new one with the same nature has appeared: |
Hi @ajcontrib, |
Hi @oumkale yes we are running into an issue using the latest helm chart version of artifactory |
Please can you share logs and values.yaml ? |
resolved by adding an emptyDir volume and an init-container that copies the original content of the tomcat directory into that volume and mount it back in the main container artifactory |
Artifactory installed from official helm chart is not running due to a unwritable directory issue
Is this a request for help?:
Yes
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Version of Helm and Kubernetes:
107.35.2
Which chart:
artifactory
Which product license (Enterprise/Pro/oss):
JFrog support reference (if already raised with support team):
What happened:
Artifactory is not running on kubernetes
What you expected to happen:
Artifactory UP and running.
How to reproduce it (as minimally and precisely as possible):
install helm chart with mentioned version and default values.
Anything else we need to know:
Our kubernetes clusters prevent apps from writing on filesystem
The text was updated successfully, but these errors were encountered: