prometheus-community / helm-charts

Prometheus community Helm charts
Apache License 2.0
4.86k stars 4.93k forks source link

Prometheus UI is down #2966

Closed naggirk closed 1 year ago

naggirk commented 1 year ago

Describe the bug a clear and concise description of what the bug is.

2.40. TO 2.41. Prometheus UI is failing to start

The Prometheus UI is not longer in a running state Following this wiki https://github.com/prometheus/prometheus/blob/main/web/ui/README.md I see the following errors

ERROR in src/pages/graph/ExpressionInput.tsx:26:37 Module not found: Error: Can't resolve '@prometheus-io/codemirror-promql' Module not found: Error: Can't resolve '@prometheus-io/codemirror-promql/dist/esm/complete'

What's your helm version?

v3.7.0

What's your kubectl version?

v1.25

Which chart?

kube-prometheus-stack

What's the chart version?

43-44

What happened?

Port forward command succeeded but when opening localhost:9090 on the browser displays Error opening React index.html: open web/ui/static/react/index.html: no such file or directory

What you expected to happen?

No response

How to reproduce it?

No response

Enter the changed values of values.yaml?

No response

Enter the command that you execute and failing/misfunctioning.

kubectl port-forward pods/prometheus-prometheus-operator-prometheus-0 9090:9090 -n prometheus

Anything else we need to know?

No response

naggirk commented 1 year ago

MCR images results in an UI failure but pulling from quay.io works fine