-
Notifications
You must be signed in to change notification settings - Fork 520
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
feat: add pvc to clickhouse #50
Conversation
Sadly the clickhouse chart doesn't allow us not to use to storageClass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion, but not essential.
sentry/values.yaml
Outdated
enabled: true | ||
accessModes: | ||
- "ReadWriteOnce" | ||
storageClassName: "standard" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Common practice is to set this as "default"
. May be better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unclear in the k8s docs, but I think it's only when you don't specify "storageClassName" that default is used. Could you confirm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry completely missed this reply... Oops. Basically no "baremetal" cluster comes with a storage class, so blank typically defaults to default
in my experience... Beyond that though really it's down to the user. I don't think it's a big deal either way.
b01fcca
to
33434ea
Compare
@DandyDeveloper I removed the storageClass per default, by cloning the clickhouse chart inside our repo. |
👍 |
Context : after a Kubernetes upgrade I lost all my tables