QuestionQ92
Container and Container OrchestrationWhich of the following statements regarding dynamically provisioned PersistentVolumes (PVs) are true?
Choose two
- A You do not need to manually create PVs.
- B The reclaim policy for these PVs can only be Delete.
- C If no StorageClass is specified in the PersistentVolumeClaim (PVC), the system switches to a static PV.
- D This feature depends on StorageClasses.
Community Discussion