airflow-on-k8s-operator
airflow-on-k8s-operator copied to clipboard
Airflow on Kubernetes Operator
As you can see https://github.com/apache/airflow-on-k8s-operator/blob/master/templates/airflow-configmap.yaml#L37 `executor = KubernetesExecutor` But in it shows CeleryExecutor: https://github.com/apache/airflow-on-k8s-operator/blob/master/docs/airflow-cluster.png Lot of confusions.. Basic questions: - Does this operator support KubernetesExecutor? If yes, Where is docs...
The PDB's have minAvailable set to 100%. As per [the docs](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) the means: > you are requiring zero voluntary evictions. When you set zero voluntary evictions for a workload object...
It would be reasonable to run tests (and e2e tests if possible) on CI.
I was trying to `make docker-build`, but since test is failing docker build is failing too. Since tests are not working, I am not able to build docker container and...
Hi, we (@VedantMahabaleshwarkar and I) are trying to use the operator on OpenShift 4 and getting errors which led us to GenericReconciler being the source: ``` statefulsets.apps "pc-base-postgres" is forbidden:...