You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Airflow installed in a KIND k8s cluster with an nginx ingress controller, to istall it I used the official helm release 1.14.0
Airflow version 2.9.2
My kind cluster has this port publish configuration:
when I point my browser to http://dockerhostname.mydomain:10110/ I get the login page, but when I click on "Sign In" I get redirect to http://dockerhostname.mydomain/home
It misses the port in the URI
After this, if I manually change the URI to http://dockerhostname.mydomain:10110/home, I'm able to access the Airflow dashboard
Same problem appear when I try to add a variable from the Admin section, I get the wrong redirect after clicking on "save".
I tried following configurations in my values file to fix the redirect problem, without success:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an Airflow installed in a KIND k8s cluster with an nginx ingress controller, to istall it I used the official helm release 1.14.0
Airflow version 2.9.2
My kind cluster has this port publish configuration:
In values file I have the ingress configured this way
when I point my browser to
http://dockerhostname.mydomain:10110/
I get the login page, but when I click on "Sign In" I get redirect tohttp://dockerhostname.mydomain/home
It misses the port in the URI
After this, if I manually change the URI to
http://dockerhostname.mydomain:10110/home
, I'm able to access the Airflow dashboardSame problem appear when I try to add a variable from the Admin section, I get the wrong redirect after clicking on "save".
I tried following configurations in my values file to fix the redirect problem, without success:
Versions of Apache Airflow
2.9.2
Deployment
Official Apache Airflow Helm Chart 1.4.0 on kind version 0.22.0 (k8s v1.29.4)
Thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions