Hi I’m trying to migrate my n8n deployment from an older AWS EKS kubernetes cluster to a newer one and when I try to deploy n8n (I’m deploying via n8n helm charts onto my aws eks k8s clusters), the deployment on the new cluster gets stuck after:
Initializing n8n process
UserSettings were generated and saved to: /home/node/.n8n/config
I don’t get any logs after that even when I enable debug mode it just shows a line about lazy loading and then it gets stuck. On my older cluster it’s working as expected and it shows the logs about n8n is ready and listening to requests and the app works fine as well but nothing happens on the newer cluster.
What could be stopping n8n from initializing here?
I also tried launching a new pod in our previous eks cluster running on the older aws eks k8s version (1.21), and that pod was working as expected. Could you please let me know what might be the reason why things aren’t working on the newer aws eks k8s version? (1.29)