Closed liyin37 closed 2 years ago
I don't know what the neo4j:4.4.2-apoc
image is, but it is not something we have created or support, and isn't even on Dockerhub.
I suggest you follow up with whoever provided you with that image.
@liyin37 That error looks to be related to the the dbms rather than an issue with docker. Have a look at your debug.log and trace the issue there
Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use Neo4j, please ask on Neo4j Community or StackOverflow instead of creating an issue here.
To help us understand your issue, please specify important details, primarily:
neo4j:latest
,neo4j:enterprise-3.5
etcdocker version
commandAdditionally, include (as appropriate) error messages, log-files, stacktraces, and other debug output.
when I run neo4j in k8s ,the yaml below ··· apiVersion: apps/v1 kind: StatefulSet metadata: labels: app: neo4j name: neo4j spec: replicas: 1 selector: matchLabels: app: neo4j serviceName: neo4j-headless template: metadata: labels: app: neo4j spec: containers:
apiVersion: v1 kind: Service metadata: labels: app: neo4j name: neo4j spec: ports:
apiVersion: v1 kind: Service metadata: labels: app: neo4j name: neo4j-headless spec: clusterIP: None ports:
··· run few times,the pod found error