davidjfrickert commented on issue #64826: URL: https://github.com/apache/airflow/issues/64826#issuecomment-4210328322
> > Also, seems like somewhere between chart 1.18.0 and 1.20.0 > > Specifically in 1.19.0 [Add checksum for JWT secret in API server and scheduler deployments](https://github.com/apache/airflow/pull/60111) > > [@davidjfrickert](https://github.com/davidjfrickert) I assume that upgrading to chart 1.19.0 solved your issue? Not entirely, I upgraded to 1.20.0, but while upgrading the issue occured again. I think because while on upgrade process the secret gets rotated but api-server and scheduler components have multiple replicas so they need a rollout. While rollout is ongoing DAGs may fail due to mismatch on scheduler / api-server versions. I ended up extracting the secret from the helm chart so it doesn't rotate on upgrades. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
