grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
10.07k stars 608 forks source link

chart 1.0.0 not working on EKS #2328

Closed mvkrishna86 closed 1 year ago

mvkrishna86 commented 1 year ago

Describe the bug

This chart 1.0.0 is giving below error on AWS EKS which is running on 1.23

$ kp get hr NAME AGE READY STATUS pyroscope 3d23h False Helm upgrade failed: chart requires kubeVersion: >=1.22 which is incompatible with Kubernetes v1.23.17-eks-2d98532

To Reproduce

Steps to reproduce the behavior:

  1. Deploy pyroscope helm chart in EKS 1.23

Expected behavior

It should be deployed without any issues.

Environment

cyriltovena commented 1 year ago

👋 which version of helm are you using ? I think I had the same issue while testing the chart and I had to update my helm binary.

mvkrishna86 commented 1 year ago

I am using flux HelmRelease CRD.

cyriltovena commented 1 year ago

Can you try 1.0.1 helm chart I just release ?

helm repo update
helm search repo grafana/pyroscope --versions
NAME                CHART VERSION   APP VERSION DESCRIPTION                           
grafana/pyroscope   1.0.1           1.0.0       🔥 horizontally-scalable, highly-available, mul...
grafana/pyroscope   1.0.0           1.0.0       🔥 horizontally-scalable, highly-available, mul...
grafana/pyroscope   0.9.0           1.0.0-rc.0  🔥 horizontally-scalable, highly-available, mul...
cyriltovena commented 1 year ago

Should be fixed in 1.0.1 let me know if not.

mvkrishna86 commented 1 year ago

I am able to deploy the chart with 1.0.1