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
No customizations, just: helm upgrade --install artifactory --namespace artifactory jfrog/artifactory-oss;
On the cluster backed by 'longhorn' storage;
No other StorrageClasses configured in the cluster.
Problem
Artifactory' pod ends up in error state:
0/5 nodes are available: 5 pod has unbound immediate PersistentVolumeClaims.
Back-off restarting failed container
5 is the number of nodes in the cluster
pod is never created, so no more logs.
However:
At the same time there are 2 PVC bound:
Postgresql pod is up and healthy, volume bound and used.
Expected:
Artifactory pod uses bound volume and goes up like Postgresql one.
seems that other people had problems having longhorn storage backend: #1610
The text was updated successfully, but these errors were encountered:
serrnovik
changed the title
Artifactory failes to start due to "unbound immediate PersistentVolumeClaims". PVC however is bound. Longhorn storage.
Artifactory fails to start due to "unbound immediate PersistentVolumeClaims". PVC however is bound. Longhorn storage.
May 4, 2023
I have encountered a similar problem. It arises when I install the Artifactory chart (located at /stable/artifactory) from scratch with splitServicesToContainers: true. The Artifactory deployment succeeds only after 3 attempts. Please find the attachments with the StatefulSet pod events for each attempt and persistent volume claim is left behind after the first removing the Helm release.
Context:
With:
helm upgrade --install artifactory --namespace artifactory jfrog/artifactory-oss
;Problem
Artifactory' pod ends up in error state:
5 is the number of nodes in the cluster
pod is never created, so no more logs.
However:
At the same time there are 2 PVC bound:
Postgresql pod is up and healthy, volume bound and used.
Expected:
Artifactory pod uses bound volume and goes up like Postgresql one.
seems that other people had problems having longhorn storage backend: #1610
The text was updated successfully, but these errors were encountered: