CKA • Practice Test 31
Free CKA practice test — 15 questions with explanations. Set 31. No signup required.
An administrator creates a PersistentVolume with the following YAML:
```yaml apiVersion: v1 kind: PersistentVolume metadata: name: pv-example spec: capacity: storage: 5Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain hostPath: path: /mnt/data ```
Which of the following is true about this PersistentVolume?