Aakcht commented on pull request #18079: URL: https://github.com/apache/airflow/pull/18079#issuecomment-915373012
> because it forces worker restarts on any helm upgrade since the secret key is random by default @jedcunningham, hmmm, actually that's exactly what I thought is needed here. When the secret key is newly generated random during upgrade, it is required to restart the worker pods - otherwise the task logs located on the workers would be not available from the webserver UI. Another option I thought of is to copy the logic for the [fernetKey secret](https://github.com/apache/airflow/blob/main/chart/templates/secrets/fernetkey-secret.yaml#L36) (generate the key only during the install) - but that would mean that it would be impossible to update webserver secret key. -- 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]
