Nandito4 opened a new issue #9710: URL: https://github.com/apache/airflow/issues/9710
**Apache Airflow version**: 1.10.10 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): v1.15.11 **Environment**: - **Cloud provider or hardware configuration**: AWS - **OS** (e.g. from /etc/os-release): Debian GNU/Linux 10 (buster) - **Kernel** (e.g. `uname -a`): Linux 4.15.0-1031-aws #33-Ubuntu SMP Fri Dec 7 09:32:27 UTC 2018 x86_64 GNU/Linux - **Others**: Using docker image `apache/airflow:1.10.10-python3.6` **What happened**: When creating a DAG with a KubernetesPodOperator, I can't include `pod_runtime_info_envs` because `ModuleNotFoundError: No module named 'airflow.kubernetes'` **What you expected to happen**: I'm trying to include an env variable with `status.hostIP` to the KubernetesPodOperator using PodRuntimeInfoEnv(name, field_path) to create the object to pass into the list. However, kubernetes module is not included in 1.10.10. I've installed `apache-airflow==1.10.11c1` and the module is there. Is this a bug or is it intended for v1.10.10? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
