apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
748 stars 261 forks source link

[Bug]: Can not deploy prometheus reporter via helm chart #2932

Closed XBaith closed 1 week ago

XBaith commented 2 weeks ago

What happened?

Plugin name does not conform to k8s service name specification

Affects Versions

master

What table format are you seeing the problem on?

No response

What engines are you seeing the problem on?

AMS

How to reproduce

  1. Enable prometheus reporter
  2. Deploy AMS via helm chart

Relevant log output

Error: UPGRADE FAILED: cannot patch "ams" with kind Deployment: Deployment.apps "ams" is invalid: spec.template.spec.containers[0].ports[3].name: Invalid value: "prometheus-exporter": must be no more than 15 characters

Anything else

No response

Are you willing to submit a PR?

Code of Conduct