shashbha14 opened a new pull request, #63027:
URL: https://github.com/apache/airflow/pull/63027
1. What this PR does
Adds the 'checksum/jwt-secret' pod annotation to the dag-processor,
triggerer, and worker deployments.
These components communicate with the API server and need to restart
automatically when the JWT secret changes. The
annotation was already present in the scheduler and api-server deployments
but was missing from these three.
The same conditional is used as in the scheduler:
- Only applies for Airflow >= 3.0.0
- Only when 'apiServer.enabled=true'
- Skipped when 'jwtSecretName' is set (external secret)
2. Related
- Addresses reviewer feedback from #62178 (XD-DENG)
--
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]