Is there an option to update inode ratio or add inodelimit to storageclass? #2778
Unanswered
kranthirachakonda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below is my current storageclass policy, wondering if I can use inode or inodelimit under parameters. Do we have any examples?
I use 2.6.2 on Kubernetes 1.23
allowVolumeExpansion: true
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
annotations:
storageclass.kubernetes.io/is-default-class: "true"
name: clustera-sc
parameters:
csi.storage.k8s.io/fstype: ext4
storagepolicyname: k8s
provisioner: csi.vsphere.vmware.com
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer
Beta Was this translation helpful? Give feedback.
All reactions