Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][K8S deploy] add helm chart #8283

Closed
2 of 3 tasks
liunaijie opened this issue Dec 12, 2024 · 3 comments
Closed
2 of 3 tasks

[Feature][K8S deploy] add helm chart #8283

liunaijie opened this issue Dec 12, 2024 · 3 comments
Assignees

Comments

@liunaijie
Copy link
Member

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

add helm chart to help deploy seatunnel on K8S

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@FrommyMind
Copy link
Contributor

Plase assign to me.

FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 13, 2024
@flyrun9527
Copy link

helm安装后 开启ingress true 报错 这个报错啥原因啊

    * Ingress in version "v1" cannot be handled as a Ingress: v1.Ingress.Spec: v1.IngressSpec.Rules: []v1.IngressRule: v1.IngressRule.IngressRuleValue: HTTP: v1.HTTPIngressRuleValue.Paths: []v1.HTTPIngressPath: v1.HTTPIngressPath.Backend: v1.IngressBackend.Service: v1.IngressServiceBackend.Port: v1.ServiceBackendPort.Name: ReadString: expects " or n, but found 5, error found in #10 byte of ...|:{"name":5801}}},"pa|..., bigger context ...|rvice":{"name":"seatunnel-master","port":{"name":5801}}},"path":"/","pathType":"Prefix"}]}}]}}

|...

@flyrun9527
Copy link

找到问题了 ingress.yaml中 其中port: name 应该是port: number
应该是
spec:
rules:

  • host: "{{ .Values.ingress.host }}"
    http:
    paths:
    - path: {{ .Values.ingress.path }}
    backend:
    {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}
    service:
    name: {{ include "seatunnel.fullname" . }}-master
    port:
    number: 5801

FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 15, 2024
FrommyMind added a commit to FrommyMind/seatunnel that referenced this issue Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants