dwardu89 opened a new issue #9447:
URL: https://github.com/apache/airflow/issues/9447
**Do not use issues for support requests or general help queries**
I’ve deployed airflow on k8s and also set the environment variable
`AIRFLOW__KUBERNETES__WORKER_ANNOTATIONS: '{ \"annotation_key\" :
\"annotation_value\", \"annotation_key2\" : \"annotation_value2\" }'`
However the scheduler isnt picking up that annotation as an environment
variable. I’m using the airflow docker image with the tag
1.10.10.1-alpha2-python3.7 to test it out, however it’s not being applied to
the worker pods when they're being created.
I turned on `DEBUG` logging in the Scheduler, and it has the environment
variable, however it is not being populated when a pod manifest is generated.
Airflow is currently deployed in EKS.
What am i missing? I’m using the `KubernetesExecutor`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]