zhenyuT opened a new issue, #3434: URL: https://github.com/apache/incubator-streampark/issues/3434
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode) ### Scala Version 2.12.x ### StreamPark Version apache-streampark_2.12-2.1.2-incubating ### Flink Version 1.15.3 ### deploy mode kubernetes-application ### What happened 从2.1.1升级到2.1.2版本后,通过LoadBalancer启动任务,ingress一直处于Initializing状态(正常应该是Active),导致通过域名访问flink ui页面报404(ingress nginx配置未更新)  对比新旧版的ingress配置以及测试,发现主要是Annotations中新增了配置: kubernetes.io/ingress.class: streampark  编辑yaml删除这个配置后即可恢复正常 ### Error Exception _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?) ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
