Open roman-shakudo opened 3 months ago
From docs I could figure out that the core services are
Have no idea what others are
And the whole architecture is kinda like that
I wrote a compute chart that runs normally for about 6 minutes before crashing and automatically restarting. The error log shows:
PG:2024-11-05 09:48:58.052 GMT [69] PANIC: [WP] collected propEpochStartLsn 0/1537150, but basebackup LSN 0/14EE288
PG:2024-11-05 09:48:58.053 GMT [43] LOG: background worker "WAL proposer" (PID 69) was terminated by signal 6: Aborted
PG:2024-11-05 09:48:58.053 GMT [43] LOG: terminating any other active server processes
Did you run it successfully afterwards? @roman-shakudo
GangWangAI I did not run it Somewhere I found information that k8s chart is not priority right now and was told to use cloud one =) So I skipped it till it be done
Related Compute node Did you apply patches neondb team created for a potstgres mentioned here?
Did you see that Safekeepr node receives and process WAL from Compute service?
Hi
I managed to run neon on my k8s cluster based on https://github.com/neondatabase/helm-charts/issues/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: