Can you make a video on deploying it in some private gke or eks cluster?
@SegunAdelowo-t7p2 жыл бұрын
LOL! I love the energy !!!!! :)
@manishshankla95623 жыл бұрын
Top-notch as always Marc!
@gouthamk1657 Жыл бұрын
how to load our own dags with helm , if you have any link available please share it.
@MNRCRTZ Жыл бұрын
Very nice. In my case im using EKS. So i just need to skip Kind cluster part and proceed to rest of steps? Thanks!
@adarshtv65293 жыл бұрын
How to add dags created by me into airflow? How do I load my dags folder?
@rafaelferreira40112 жыл бұрын
you found out how to do it
@evgenisakhatsky612 Жыл бұрын
awesome!!
@chrisstinemetz66023 жыл бұрын
Great video! One question, how would I use load balancer instead of port forwarding for AKS deployment? Thank you!
@wesleyhawes9163 жыл бұрын
Thanks Marc!!!
@anujsubedi21783 жыл бұрын
You are mind blowing.
@MarcLamberti3 жыл бұрын
thank you so much :)
@bakhtiyarkhanbutayev21152 жыл бұрын
Great video. How can I add my own dag?
@joash_3 жыл бұрын
Teach us autoscaling with Keda. Thanks Marc!
@rhonaldjr3 жыл бұрын
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
@diabolicfreak2 жыл бұрын
same here
@HungNguyen-hf8dq5 ай бұрын
Init:CrashLoopBackOff when i using git-sync ?
@saverioguzzo61443 жыл бұрын
thanks for the video! Where can I find the minimum specs for the nodes? Thanks
@aprd Жыл бұрын
How do you make this thing work with rancher?
@balajik8473 Жыл бұрын
Hi What is the image for flower, and what is pod_template ? ( I am new to k8s and airflow)
@siddharthsingh75693 жыл бұрын
Great!
@jinsungha3 жыл бұрын
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?
@dlubom3 жыл бұрын
How you suggest to add spark binaries to this Helm Chart?
@kasunkp8 ай бұрын
how to set the base_url as a configmap and enable it on the value.yaml file.
@jwc76633 жыл бұрын
Great works! One question: what if i want to install extra python packages using requirements.txt? Which part should I change?
@MarcLamberti3 жыл бұрын
The docker image of Airflow :)
@donbulaong Жыл бұрын
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"
@jaganmohan43882 жыл бұрын
Did anybody tried with reverse proxy like exposing airflow ui thorugh nginx server?
@olgy78743 жыл бұрын
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?
@jaganmohan43882 жыл бұрын
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
@olgy78742 жыл бұрын
@@jaganmohan4388 Thank you Jagan! I'll try and get back to you with my outcome later.
@neerajvyas39473 жыл бұрын
🚀🚀🔥
@mithileshsharma74292 жыл бұрын
Dummy operator is not working Is anybody know what has to do