Unfortunately, this did not work. I use microk8s under PopOS 20.04. I created the default cluster on the local dev environment using the commands provided by both you and the apache airflow helm page. Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condition
Hi Marc, I'm hitting that error when trying to upgrade helm airflow. Hope you can help. Thank you! PS C:\Projects\kind-airflow> helm upgrade --install airflow apache-airflow/airflow -n airflow -f values.yaml Error: UPGRADE FAILED: execution error at (airflow/charts/postgresql/templates/secrets.yaml:20:15): PASSWORDS ERROR: The secret "airflow-postgresql" does not contain the key "password"
Hi there, I have an error on this command "helm install airflow apache-airflow/airflow --namespace airflow --debug". Has anybody had any issues with that?
Hi, Please place --timeout 15m at the end of command. helm upgrade --install airflow apache-airflow/airflow -n airflow -f values.yaml --debug --timeout 15m Use this command it will help you to create
Can you make a video on deploying it in some private gke or eks cluster?
how to load our own dags with helm , if you have any link available please share it.
Very nice. In my case im using EKS. So i just need to skip Kind cluster part and proceed to rest of steps? Thanks!
Great video! One question, how would I use load balancer instead of port forwarding for AKS deployment? Thank you!
How to add dags created by me into airflow? How do I load my dags folder?
you found out how to do it
I’ve one doubt sir what’s the usage of Installing airflow any specific reason for that ?
And in what kind of scenario can we use this one ?
You saved my day.
🫶
Top-notch as always Marc!
How do you make this thing work with rancher?
Unfortunately, this did not work. I use microk8s under PopOS 20.04. I created the default cluster on the local dev environment using the commands provided by both you and the apache airflow helm page. Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condition
same here
Init:CrashLoopBackOff when i using git-sync ?
LOL! I love the energy !!!!! :)
Great video. How can I add my own dag?
Hi What is the image for flower, and what is pod_template ? ( I am new to k8s and airflow)
how to set the base_url as a configmap and enable it on the value.yaml file.
Thanks Marc!!!
How you suggest to add spark binaries to this Helm Chart?
thanks for the video! Where can I find the minimum specs for the nodes? Thanks
Teach us autoscaling with Keda. Thanks Marc!
Great video! Btw, when using helm chart to deploy airflow on k8s, how do I install python package such as boto3? Is there configuration for this?
Great works! One question: what if i want to install extra python packages using requirements.txt? Which part should I change?
The docker image of Airflow :)
You are mind blowing.
thank you so much :)
Hi Marc, I'm hitting that error when trying to upgrade helm airflow. Hope you can help. Thank you!
PS C:\Projects\kind-airflow> helm upgrade --install airflow apache-airflow/airflow -n airflow -f values.yaml
Error: UPGRADE FAILED: execution error at (airflow/charts/postgresql/templates/secrets.yaml:20:15):
PASSWORDS ERROR: The secret "airflow-postgresql" does not contain the key "password"
Did anybody tried with reverse proxy like exposing airflow ui thorugh nginx server?
Hi there, I have an error on this command "helm install airflow apache-airflow/airflow --namespace airflow --debug". Has anybody had any issues with that?
Hi,
Please place --timeout 15m at the end of command.
helm upgrade --install airflow apache-airflow/airflow -n airflow -f values.yaml --debug --timeout 15m
Use this command it will help you to create
@@jaganmohan4388 Thank you Jagan! I'll try and get back to you with my outcome later.
Dummy operator is not working
Is anybody know what has to do
Great!
🚀🚀🔥
Thanks Marc!