Study. uk . com
  1. Home
  2. All questions
  3. 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.

  1. driver
  2. fsType
  3. volumeHandle
  4. readOnly
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

Challenge yourself on this topic → Study as cards