Transit wants a new storage tier with different disk type and IOPS. Where should those backend flavor settings be expressed for newly provisioned volumes?
Select an answer to reveal the explanation.
Short Explanation
Parameters on a StorageClass are the order form checkboxes—SSD vs HDD, IOPS tier, encrypted or not—that the provisioner hands to the CSI driver. Security contexts, Service load-balancer classes, and namespace labels are different knobs entirely.
Full Explanation
StorageClass.parameters are opaque key/value settings interpreted by the named provisioner or CSI driver to select volume type, performance, zones, or encryption. Changing those parameters affects newly provisioned volumes for that class. fsGroup, Service loadBalancerClass, and namespace labels do not replace StorageClass parameters for disk flavor.