Skip to content

Increase Volume Size/ Change fs from ext4 to xfs via the Helm Operator #3994

Discussion options

You must be logged in to vote

I don't think we offer of a way to adjust the defaults, but when creating a cluster you can set the capacity under spec:

storage: 
  capacity: 10Gi
  storageClassName: <optional-name> 

Could you describe your use case for providing a default value for an operator instance?

In terms of xfs vs. ext4, the operator doesn't specify the filesystem, instead that is determined (indirectly) by the storage class name. By default that value is empty, hence the default storage class of your k8s cluster is used. (The operator does not create any storage classes). If you'd like to use xfs, you can create a storage class and provide the name in the spec snippet above. You can find a detailed explanatio…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fritzstauff
Comment options

You must be logged in to vote
2 replies
@emaxerrno
Comment options

@coral-waters
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
F.A.Q.
Labels
None yet
4 participants