GaneshPatil7517 commented on PR #60321: URL: https://github.com/apache/airflow/pull/60321#issuecomment-3737454740
Thank you for the review and for raising this concern. The intent of this change is not to promote custom probing by default, but to remove an existing limitation and make the Scheduler consistent with other chart components that already support the full Kubernetes probe specification. In some environments (e.g. security-restricted clusters), exec probes are discouraged or not permitted, and operators rely on HTTP, gRPC, or TCP probes as the only viable health-check mechanism. Supporting these options avoids forcing users to patch the chart externally. This change does not modify defaults or add additional logic paths; it only enables advanced users to provide a standard Kubernetes Probe definition when required. -- 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]
