Replies: 7 comments 11 replies
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
There is not nearly enough details that anyone will be able to help you here, I am afraid - you need to provide more details and reproducible path to classify it as Airflow bug. feel free to continue discussion, provide logs and possibly even discuss in slack in #troubleshooting session however. |
Beta Was this translation helpful? Give feedback.
-
Here is some additional info When I execute the following port-forward command , The Airflow UI does come up on my local host chrome browser |
Beta Was this translation helpful? Give feedback.
-
How do I configure this in values yank. Do you have an example that you can
share with me?
…On Tue, Dec 28, 2021 at 10:13 AM Jarek Potiuk ***@***.***> wrote:
In short -> requests to Airflow webserver should always come without
"/airflow" path. The "/airflow" path needs to be stripped-off and handled
properly with your ingress to do URL rewrite.
—
Reply to this email directly, view it on GitHub
<#20524 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH2I6X2PNMHRAGUPOHN5LVTUTHH3JANCNFSM5K23AA4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thx - I have enough info to move forward
…On Tue, Dec 28, 2021 at 10:22 AM Jarek Potiuk ***@***.***> wrote:
No idea to be honest. But you can likely find it in docs that our docs
point to:
https://airflow.apache.org/docs/helm-chart/stable/production-guide.html#accessing-the-airflow-ui
Ingress
You can create and configure Ingress objects. See the Ingress chart
parameters. For more information on Ingress, see the Kubernetes > Ingress
documentation.
—
Reply to this email directly, view it on GitHub
<#20524 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH2I6X3PYNTVD2M3JAUTDDLUTHI2VANCNFSM5K23AA4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Issue resolved |
Beta Was this translation helpful? Give feedback.
-
A few minor changes in ingress.web and ingress.flower but that is it
…On Wed, Dec 29, 2021 at 10:28 AM Jarek Potiuk ***@***.***> wrote:
Interesting . Anything else ? Or just this ?
—
Reply to this email directly, view it on GitHub
<#20524 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH2I6X7YFJCGXQL2SYG7XQTUTMSIHANCNFSM5K23AA4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Apache Airflow version
2.2.1
What happened
Unable to deploy Apache Airflow 2.2.x in Enterprise OpenShift 4.x cluster . I get a blank page in chrome browserAirflow UI 404 - page not found
for http://"myairflow-web-OpenShift route url"/airflow
What you expected to happen
Not permitted to create RBAC roles and service accounts in our enterprise OpenShift cluster. Connecting to external postgreSQL database and redis container not an issue
The following pods are up and running
db-migations
flower
scheduler
web
worker
redis server
There is linkage between route, service and pod for flower and web
flower UI comes up but no html
How to reproduce
Deploy Helm Community version to OpenShift 4.4.x
Operating System
Debian GNU/Linux v10
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions