Python Forum

Full Version: Airflow in kubernetesExecutor setup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys..
Trying to run airflow locally in kibernetes executor but im having some troubles.
I dint want to use Helm.
I use Kind for the cluster setup.
I want to run airflow outside of the cluster, and use the cluster only for running images.

Currently, KUbernetesPodOperator
fails immediately once it starts, w/o any logs on airflow ui.
Never mind, i managed to deploy my env.
Thanks.