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

Custom clickhouse storageClass does not work #482

Open
MattiDeGrauwe opened this issue Aug 15, 2024 · 2 comments
Open

Custom clickhouse storageClass does not work #482

MattiDeGrauwe opened this issue Aug 15, 2024 · 2 comments
Labels
bug Something isn't working chart:clickhouse Issue related to clickhouse helm chart good first issue Good for newcomers

Comments

@MattiDeGrauwe
Copy link

I'm trying to deploy our clickhouse cluster with a different storageClass using the following helm config:

clickhouse:
  persistence:
    size: 500Gi
    storageClass: azure-premium-v2

This does not seem to work, and the same default storageClass is use with ReclaimPolicy: Delete

pvc-57a1f253-4a28-4b96-a831-0455fab5306c   500Gi      RWO            Delete           Bound    signoz/data-volumeclaim-template-chi-signoz-clickhouse-cluster-0-0-0   default                 44h

The code on this helm config should support adding a custome storageClass with ReclaimPolicy: Retain

We are hosting SigNoz on self-hosted Azure AKS cluster
Thanks!

@grandwizard28
Copy link
Contributor

Hi @MattiDeGrauwe,
Thanks for pointing that out. Would you be willing to raise a fix for this?

@grandwizard28 grandwizard28 added chart:clickhouse Issue related to clickhouse helm chart bug Something isn't working good first issue Good for newcomers labels Sep 19, 2024
@MattiDeGrauwe
Copy link
Author

Hi @MattiDeGrauwe, Thanks for pointing that out. Would you be willing to raise a fix for this?

Im not familiar with the Clickhouse's custom CRDs, apologies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chart:clickhouse Issue related to clickhouse helm chart good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants