apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

flink on k8s 服务用clusterId。Flink WebUI地址不对。 #2927

Closed gaozhan333 closed 1 year ago

gaozhan333 commented 1 year ago

Search before asking

Java Version

1.8

Scala Version

2.12.x

StreamPark Version

2.10

Flink Version

1.16

deploy mode

kubernetes-application

What happened

flink on k8s

  1. 服务用 clusterId .
  2. 配置k8s Ingress 配置的地址

启动的时候。点击项目-> 转的地址不是:https://[Ingress domain address]/[namespame]/[K8S ClusterId]/

微信图片_20230807140854

真是的地址应该是:https://Ingress domain address/[namespame]/[K8S ClusterId]/

Error Exception

No response

Screenshots

No response

Are you willing to submit PR?

Code of Conduct

gaozhan333 commented 1 year ago

微信图片_20230807142401

chenshaojin commented 1 year ago

I encountered the same problem, because the code saved the service address to the database instead of the ingress proxy address. I will submit a PR to fix this later.

wolfboys commented 1 year ago

We only accept English request