GaneshPatil7517 opened a new pull request, #60854: URL: https://github.com/apache/airflow/pull/60854
This change extends the scheduler pod's probe configuration to support the full Kubernetes probe specification, bringing it in line with other chart components like workers and webserver. Changes: - Extended livenessProbe schema to accept httpGet, tcpSocket, grpc handlers - Added readinessProbe support for scheduler (disabled by default) - Extended startupProbe schema with same flexibility - Added 'enabled' flag to all probes for fine-grained control - Updated scheduler-deployment.yaml template to dynamically render probes - Maintains backward compatibility with existing configurations Fixes #60134 -- 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]
