Skip to content

feat: direct configuration of running pod log lines number #49117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

insomnes
Copy link
Contributor

  • KubernetesExecutor.RUNNING_POD_LOG_LINES deprecated warning
  • new running_pod_log_lines option in kubernetes_executor section
  • add ability to disable line limit with -1 value
  • expanded tests for logging behavior

closes: #48710


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added area:providers provider:cncf-kubernetes Kubernetes provider related issues labels Apr 11, 2025
@insomnes insomnes force-pushed the cfg-for-run-pod-log branch 6 times, most recently from a89d09c to db958e0 Compare April 16, 2025 19:38
- `KubernetesExecutor.RUNNING_POD_LOG_LINES` deprecated warning
- new `running_pod_log_lines` option in `kubernetes_executor` section
- add ability to disable line limit with `-1` value
- expanded tests for logging behavior
@insomnes insomnes force-pushed the cfg-for-run-pod-log branch from db958e0 to 210180a Compare April 17, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:cncf-kubernetes Kubernetes provider related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display entire KubernetesExecutor worker pod logs when task is running instead of only the last 100 lines
1 participant