- Home
- All questions
- Question 838
CKA study material · question 838 of 1000
Which two fields on a CSI PersistentVolume must correspond to values the driver itself reports? Choose two.
Show the answer
Answer: A. driver
C. volumeHandle
driver must match what the CSI driver returns from GetPluginInfo and volumeHandle the volume id it returned from CreateVolume; fsType and readOnly are choices made in the spec.
Source: Volumes (Kubernetes) — Out-of-tree volume plugins › csi