-
Notifications
You must be signed in to change notification settings - Fork 260
Specifying automated containers for airflow helm #464
Comments
I have added an issue (fluxcd/flux#3143) to the main flux repo. It seems to have the code but I know this is a feature with the CRD so I wasn't sure where's correct to file the issue. |
Running
|
I beleive the issue might be is that you have:
Where you want to have (note the
The annotation actually gets silently dropped which is always fun 😄, try that out and see if you have any more luck! at first glance the rest of the config looks fine. |
@stefanprodan Thanks for the suggestions sadly still no dice Before I tried the string here is the output of fluxctl list-workloads -n airflow --k8s-fwd-ns flux
WORKLOAD CONTAINER IMAGE RELEASE POLICY
airflow:deployment/airflow-flower airflow-flower *****.dkr.ecr.*****.amazonaws.com/*****:airflow-dev-63b3d5ed649cb3e41611c8fc5eb8dfc583433604 ready
airflow:deployment/airflow-scheduler git-sync *****.dkr.ecr.*****.amazonaws.com/*****:git-41d01deba5c2a08edd5e006fddd8fe8497539a73 ready
airflow-scheduler *****.dkr.ecr.*****.amazonaws.com/*****:airflow-dev-63b3d5ed649cb3e41611c8fc5eb8dfc583433604
git-clone *****.dkr.ecr.*****.amazonaws.com/*****:git-41d01deba5c2a08edd5e006fddd8fe8497539a73
airflow:deployment/airflow-web git-sync *****.dkr.ecr.*****.amazonaws.com/*****:git-41d01deba5c2a08edd5e006fddd8fe8497539a73 ready
airflow-web *****.dkr.ecr.*****.amazonaws.com/*****:airflow-dev-63b3d5ed649cb3e41611c8fc5eb8dfc583433604
git-clone *****.dkr.ecr.*****.amazonaws.com/*****:git-41d01deba5c2a08edd5e006fddd8fe8497539a73
airflow:helmrelease/airflow airflow *****.dkr.ecr.*****.amazonaws.com/*****:airflow-dev-63b3d5ed649cb3e41611c8fc5eb8dfc583433604 deployed automated
airflow:statefulset/airflow-redis-master airflow-redis docker.io/bitnami/redis:5.0.7-debian-10-r32 ready
airflow:statefulset/airflow-worker git-sync *****.dkr.ecr.*****.amazonaws.com/*****:git-41d01deba5c2a08edd5e006fddd8fe8497539a73 ready
airflow-worker *****.dkr.ecr.*****.amazonaws.com/*****:airflow-dev-63b3d5ed649cb3e41611c8fc5eb8dfc583433604
git-clone *****.dkr.ecr.*****.amazonaws.com/*****:git-41d01deba5c2a08edd5e006fddd8fe8497539a73 Interesting it worked! That's crazy |
@austinbv IIRC you said this issue was fixed now? can we close this issue off? |
@stefansedich I created a PR that I would love to get merged and will close this |
@austinbv considering the issue was related to flux and the PR is over in the flux repo, makes sense to me to close off the issue over here and track it over in the flux repo. |
Describe the bug
We are running into a weird issue with the
HelmOperator
- We are trying to configure the automated deployments of custom images in the Airflow Helm Chart in thegitsync
containers andinitContainers
. We have added annotations to our helm release and it looks like the below. We are not seeing any logs about theinitContainer
orgitSync
and new images are not detected.Additional context
1.1.0
v1.16.8-eks-e16311
github
stable/airflow
The text was updated successfully, but these errors were encountered: