Hi Folks,
I hope someone can point me in the right direction to find the root cause of this error. I have an Azure k8s instance of Neo4j, which I installed using helm with minimal custom config. Using azure disk like this:
volumes:
data:
mode:...
Hi @TrevorS,
I appreciate your response.
It turned out the neo4j pod could not mount the newly resized disk that's why it was failing.
The startup probe was failing correctly, but I didn't even think the disk could be the issue (despite pod volume m...