DataLinkDC / dinky

Dinky is a real-time data development platform based on Apache Flink, enabling agile data development, deployment and operation.
http://www.dinky.org.cn
Apache License 2.0
3.13k stars 1.15k forks source link

[Bug] [Module Name] k8s operator create flink session ha,use ingress config #3543

Closed soulmz closed 1 month ago

soulmz commented 5 months ago

Search before asking

What happened

dinky 不支持 k8s operator 创建的 session ,有 ingress 的配置

image

What you expected to happen

我希望 dinky 能发现 k8s operator 创建的 flink session 集群,允许通过 ingress 域名进行作业。

How to reproduce

我使用 flink operator on k8s 官方的示例配置,创建一个 flink session job 集群。

apiVersion: flink.apache.org/v1beta1
kind: FlinkDeployment
metadata:
  name: basic-session-deployment-only-example
  namespace: flink
spec:
  image: flink:1.17
  flinkVersion: v1_17
  ingress:
    className: "istio"
    template: "{{name}}.{{namespace}}.devops.example.com"
  flinkConfiguration:
    taskmanager.numberOfTaskSlots: "2"
  serviceAccount: flink
  jobManager:
    resource:
      memory: "2048m"
      cpu: 1
  taskManager:
    resource:
      memory: "2048m"
      cpu: 1

Anything else

No response

Version

1.0.2

Are you willing to submit PR?

Code of Conduct

github-actions[bot] commented 5 months ago

Hello @soulmz, this issue is about K8S, so I assign it to @gaoyan1998 and @zackyoungh. If you have any questions, you can comment and reply.

你好 @soulmz, 这个 issue 是关于 K8S 的,所以我把它分配给了 @gaoyan1998 和 @zackyoungh。如有任何问题,可以评论回复。

gaoyan1998 commented 5 months ago

flink地址要加端口 80

soulmz commented 5 months ago

flink地址要加端口 80

对的,加了 :80 端口可以用。

但官方有计划支持 operator ingress 的配置吗?

github-actions[bot] commented 4 months ago

Hello @, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply.

你好 @, 这个 issue 30 天内没有活跃,7 天后将关闭,如需回复,可以评论回复。