Skip to content

cloud-helpers/airflow-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airflow k8s

Build Status Docker Repository on Quay

Docker image is using entrypoint.sh at the beginning to run webserver/scheduler properly.

Right now the CI part is failing as there is no Docker login setup to push the image, nor kubernetes cluster to deploy to (this is intended, will be fixed as soon as airflow starts executing DAGs correctly).

The issue seems to be that airflow webserver does not see airflow scheduler and DAGs are always in the running state

In order to recreate the issue:

$ mkdir -p ~/dev/infra
$ git clone https://github.com/cloud-helpers/airflow-k8s ~/dev/infra/airflow-k8s
$ pushd ~/dev/infra/airflow-k8s
$ minikube start
$ kubectl apply -f k8s
$ popd
  • After ~30 seconds run the airflow webserver:
$ minikube service web
  • Then manually trigger a DAG - it will not finish.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •