I'm hitting inode limits on an AKS cluster in a volume (ext4) provisioned with Azure Disk Provisioner.
I've found the docs on the CSI Driver, but there's no mention on how to choose the target filesystem or formatting options.
How can I choose the filesystem used or the options given to the mkfs command (like setting the bytes to inode ratio on ext4) on creation?