开发者社区> 问答> 正文

How to change the flink web-ui jobServer?

Hi community,  now I am moving the flink job to k8s,and I plan to use the ingress  to show the flink web ui , the problem is that fink job server aren't  correct, so I want to change the flink web-ui jobserver ,I don't find the  any method to change it ,are there some method to do that?  Thanks to your reply.*来自志愿者整理的flink邮件归档

展开
收起
玛丽莲梦嘉 2021-12-02 16:26:15 457 0
1 条回答
写回答
取消 提交回答
  • you can change the port with 

    conf.setInteger(RestOptions.PORT, 8082); 

    or if want to be on the safe side specify a range 

    conf.setString(RestOptions.BIND_PORT, "8081-8099");*来自志愿者整理的FLINK邮件归档

    2021-12-02 17:21:01
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
Web应用系统性能优化 立即下载
高性能Web架构之缓存体系 立即下载
PWA:移动Web的现在与未来 立即下载