-
Notifications
You must be signed in to change notification settings - Fork 3
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
Compute helm chart. Which services must be run? #94
Comments
I wrote a compute chart that runs normally for about 6 minutes before crashing and automatically restarting. The error log shows:
Did you run it successfully afterwards? @roman-shakudo |
GangWangAI Related Compute node Did you see that Safekeepr node receives and process WAL from Compute service? |
We'e clarified the README to explain that the helm charts are currently not meant to bring up a full working system: they just represents the components where we at Neon use helm at present: #119 I think this issue refers to safekeeper/pageserver patches from #35, so I'm going to close this one in favor of that one -- let's use that one as a place for folks to collaborate when they would like to try bringing up fully working systems via helm |
Hi
I managed to run neon on my k8s cluster based on #35
I see pageserver and three safekeepers running
I had to force using k8s service dns as BROKER_ENDPOINT and S3_ENDPOINT because default values are not correct
Since I was changing charts manually pageserver and safekeeper added dependecies which were run as dependant charts
Storage controller is falling with Error: loading public key. I suppose JWT issue
Storage Scrubber's image is not available
Questions:
The text was updated successfully, but these errors were encountered: