GaneshPatil7517 opened a new pull request, #60321: URL: https://github.com/apache/airflow/pull/60321
## What this PR does Extends the Airflow Scheduler's probe configuration to support the complete Kubernetes probe specification. Previously, the scheduler only accepted basic timing parameters and exec commands, which blocked users from configuring TCP socket checks, HTTP endpoints, or gRPC health probes. ## Why we need this The current schema is overly restrictive compared to other chart components. When users try to set `tcpSocket`, `httpGet`, or even add a `readinessProbe`, they hit validation errors like: -- 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]
