henry3260 commented on issue #28880: URL: https://github.com/apache/airflow/issues/28880#issuecomment-3756462890
> I slowly started working on resolving this issue by introducing `workers.celery` and `workers.kubernetes` sections. Below is the list of all commands under `workers` and their status (12/41 merged): > > * [x] replicas - [Add workers.celery.replicas field #59730](https://github.com/apache/airflow/pull/59730)[x] revisionHistoryLimit - [Add workers.celery.revisionHistoryLimit field #60056](https://github.com/apache/airflow/pull/60056)[x] command - [Add workers.celery.command & workers.kubernetes.command #60067](https://github.com/apache/airflow/pull/60067)[x] args - [Add workers.celery.args field #60163](https://github.com/apache/airflow/pull/60163)[x] livenessProbe - [Add workers.celery.livenessProbe section #60186](https://github.com/apache/airflow/pull/60186)[x] updateStrategy - [Add workers.celery.updateStrategy field #60351](https://github.com/apache/airflow/pull/60351)[x] strategy - [Add workers.celery.strategy field #60354](https://github.com/apache/airflow/pull/60354)[x] podManagementPolicy - [Add workers.celery.podManagementPolicy field #60359](https://github.com/apache/airflow/pull/60359)[x] securityContext - will not be migrated as this field is already deprecated[x] securityContexts - [Add workers.celery.securityContexts & workers.kubernetes.securityContexts #60396](https://github.com/apache/airflow/pull/60396)[ ] containerLifecycleHooks[ ] podDisruptionBudget[x] serviceAccount - [Separate workers service accounts #52357](https://github.com/apache/airflow/pull/52357)[ ] keda[ ] hpa[x] persistence - [Add workers.celery.persistence section #60238](https://github.com/apache/airflow/pull/60238)[ ] kerberosSidecar[ ] kerberosInitContainer[ ] resources[ ] terminationGracePeriodSeconds[ ] safeToEvict[ ] extraContainers[ ] extraInitContainers[ ] extraVolumes[ ] extraVolumeMounts[ ] extraPorts[ ] nodeSelector[ ] runtimeClassName[ ] priorityClassName[ ] affinity[ ] tolerations[ ] topologySpreadConstraints[ ] hostAliases[ ] annotations[ ] podAnnotations[ ] labels[ ] logGroomerSidecar[ ] waitForMigrations[ ] env[ ] volumeClaimTemplates[ ] schedulerName > > As most of these changes will be overlapping and in one huge PR, it could be hard to merge and review (I prepared some time ago one big PR with a change [#51460](https://github.com/apache/airflow/pull/51460)), I plan to do the next PR with the next field after the merge of the previous one. This looks like a huge workload. Do you mind if I pick up some of these files to help lighten the load? -- 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]
