dolphinscheduler
dolphinscheduler copied to clipboard
[Bug] [UI] [Helm] could not access UI with deploying helm
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.
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.
when switching back to 3.2.1 official image, it works well. so i consider it as bug
it shows error on console, see
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
- [X] I agree to follow this project's Code of Conduct