skip to Main Content

Redis – Could not build docker image with airflow2.0.0 using breeze

I get below error when tried to run the following breeze build command to build airflow docker. I clone the git airflow master branch to build this image. Build Command: ./breeze build-image --production-image --python 3.7 --install-airflow-version 2.0.0 --additional-extras=jdbc --additional-python-deps="pandas" --additional-runtime-apt-deps="default-jre-headless"…

VIEW QUESTION

Redis – Pod Launching failed: Pod took too long to start, Failed to run KubernetesPodOperator secret

I'm running the quickstart for KubernetesPodOperator secret using the link below : https://cloud.google.com/composer/docs/how-to/using/using-kubernetes-pod-operator Code used below : from airflow import models from airflow.contrib.kubernetes import secret from airflow.contrib.operators import kubernetes_pod_operator # A Secret is an object that contains a small amount…

VIEW QUESTION
Back To Top
Search