apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code

Home Page:https://dolphinscheduler.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] [UI] [Helm] could not access UI with deploying helm

pegasas opened this issue · comments

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

I build my custom image using
https://github.com/apache/dolphinscheduler/blob/dev/.github/workflows/e2e-k8s.yml#L55-L69
and modifies following image settings
https://github.com/apache/dolphinscheduler/blob/dev/deploy/kubernetes/dolphinscheduler/values.yaml#L32-L50

it seems work well while getting status.
image

when i using

kubectl port-forward --address 0.0.0.0 svc/dolphinscheduler-api 12345:12345

it shows nothing on browser

dev tools shows OK and pod logs also OK.

image

image

when switching back to 3.2.1 official image, it works well.
so i consider it as bug

it shows error on console, see
image

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.

not sure if it related to this bug.

What you expected to happen

see above

How to reproduce

see above

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

After sync with Gallardot , the issue is done.