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 Jan 19, 2024. It is now read-only.
Describe the bug
Chart Used:
link : https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.4.5/neo4j-4.4.5.tgz
while installing neo4j pods are getting restarted as its trying to download from github,.
kubectl logs -n neo4j neo4j-neo4j-core-0
Configuration override prefix = neo4j_neo4j_core_0
Starting Neo4j CORE 0 on neo4j-neo4j-core-0.neo4j-neo4j.neo4j.svc.cluster.local
Changed password for user 'neo4j'.
Fetching versions.json for Plugin 'apoc' from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json
After Few mins Pods are getting restarted ..
kubectl get po -n neo4j
NAME READY STATUS RESTARTS AGE
neo4j-neo4j-core-0 0/1 Running 1 (2m41s ago) 6m56s
neo4j-neo4j-core-1 0/1 Running 1 (4m57s ago) 6m56s
neo4j-neo4j-core-2 0/1 Running 1 (4m56s ago) 6m56s
To Reproduce
Steps to reproduce the behavior:
Installation Step:
helm install neo4j -n neo4j neo4j/ --set acceptLicenseAgreement=yes --set neo4jPassword=mySecretPassword --set core.numberOfServers=3 --set readReplica.numberOfServers=0
Expected behavior
Neo4j should have option to offline mode plugin installation.
Error Logs
kubectl logs -n neo4j neo4j-neo4j-core-0
Configuration override prefix = neo4j_neo4j_core_0
Starting Neo4j CORE 0 on neo4j-neo4j-core-0.neo4j-neo4j.neo4j.svc.cluster.local
Changed password for user 'neo4j'.
Fetching versions.json for Plugin 'apoc' from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json
Additional context
WA for this is after i commented out apoc plugin installation goes fine and neo4j is up and running with cluster mode
The text was updated successfully, but these errors were encountered: