Study. uk . com
  1. Home
  2. All questions
  3. Question 833

CKA study material · question 833 of 1000

A cluster has CSIStorageCapacity objects but the scheduler still places Pods on nodes with no room. What is likely unset?

  1. volumeBindingMode on the StorageClass
  2. allowVolumeExpansion on the StorageClass
  3. The CSIDriver's storageCapacity field
  4. nodeAffinity on the PersistentVolumes
Show the answer

Answer: C. The CSIDriver's storageCapacity field

Capacity tracking has two parts: the driver publishes CSIStorageCapacity objects, and the scheduler consults them only when the CSIDriver's storageCapacity field is true.

Source: Storage Capacity (Kubernetes) — API

Challenge yourself on this topic → Study as cards