brouberol opened a new pull request, #46374:
URL: https://github.com/apache/airflow/pull/46374
If a task was created by a custom `executor_options['pod_template_file']`
option, we make sure to render the `TaskInstance`'s associated `k8s_pod_spec`
with this specific `pod_template_file`, to avoid seeing discrepancies between
the spec visible in airflow and the one deployed to Kubernetes.
After having deployed this patch to my test instance running in our
Kubernetes cluster, the 2 fields that were missing from the `K8s Pod Spec` pane
were now visible (namely, the `kubeapi_enabled` label in the following
screenshot).
<img width="865" alt="Screenshot 2025-02-03 at 12 43 40"
src="https://github.com/user-attachments/assets/b7826b3e-8853-44de-845f-f88e6726fb8a"
/>
closes: #46373
<!-- Please keep an empty line above the dashes. -->
---
--
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]