dolphinscheduler icon indicating copy to clipboard operation
dolphinscheduler copied to clipboard

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

Open pegasas opened this issue 1 year ago • 0 comments

Search before asking

  • [X] 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

pegasas avatar Apr 24 '24 11:04 pegasas