[
https://issues.apache.org/jira/browse/AIRFLOW-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bolke de Bruin resolved AIRFLOW-2358.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.10.0
Issue resolved by pull request #3315
[https://github.com/apache/incubator-airflow/pull/3315]
> make kubernetes examples installed optionally
> ---------------------------------------------
>
> Key: AIRFLOW-2358
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2358
> Project: Apache Airflow
> Issue Type: Improvement
> Components: examples
> Affects Versions: Airflow 2.0, 1.10.0
> Reporter: Ruslan Dautkhanov
> Assignee: Fokko Driesprong
> Priority: Major
> Labels: kubernetes
> Fix For: 1.10.0
>
>
> Is it possible to make kubernetes examples installed optionally?
>
> We don't use Kubernetes and a bare Airflow install fills logs with following :
>
> {quote}2018-04-22 19:49:04,718 ERROR - Failed to import:
> /opt/airflow/airflow-20180420/src/apache-airflow/airflow/example_dags/example_kubernetes_operator.py
> Traceback (most recent call last):
> File "/opt/airflow/airflow-20180420/src/apache-airflow/airflow/models.py",
> line 300, in process_file
> m = imp.load_source(mod_name, filepath)
> File
> "/opt/airflow/airflow-20180420/src/apache-airflow/airflow/example_dags/example_kubernetes_operator.py",
> line 19, in <module>
> from airflow.contrib.operators.kubernetes_pod_operator import
> KubernetesPodOperator
> File
> "/opt/airflow/airflow-20180420/src/apache-airflow/airflow/contrib/operators/kubernetes_pod_operator.py",
> line 21, in <module>
> from airflow.contrib.kubernetes import kube_client, pod_generator,
> pod_launcher
> File
> "/opt/airflow/airflow-20180420/src/apache-airflow/airflow/contrib/kubernetes/pod_launcher.py",
> line 25, in <module>
> from kubernetes import watch
> {color:#f6c342}ImportError: No module named kubernetes{color}{quote}
>
> Would be great to make examples driven by what modules installed if they have
> external dependencies.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)