GitHub user tai-yin added a comment to the discussion: webserver pod startup probe failure
> I faced the same error. After hours of debugging I did two changes to make it > work: > > 1. Started using static (self generated) > [web-server-key](https://airflow.apache.org/docs/helm-chart/stable/production-guide.html#webserver-secret-key) > 2. Significantly increased resources for webserver pod > > I don't know which of these was the right solution (static web-server-key is > something to configure anyway), but I hope it will get you some ideas... Same. This happened when I tried to add auth backend in my deployment. Not sure what's really going on under the hood but I guess the server keeps trying to get started but gets restarted too early as startup probe fail, which is probably why increasing resources works; In my case, I simply increase startup probe period seconds and failure threshold. GitHub link: https://github.com/apache/airflow/discussions/36742#discussioncomment-11695224 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
