Hi there,
Regarding below question in mock exam
#########
kubectl config use-context cluster1
There is an existing persistent volume called `orange-pv-cka13-trb`. A persistent volume claim called `orange-pvc-cka13-trb` is created to claim storage from `orange-pv-cka13-trb`.
However, this PVC is stuck in a `Pending` state. As of now, there is no data in the volume.
Troubleshoot and fix this issue, making sure that `orange-pvc-cka13-trb` PVC is in `Bound` state.
#########
pvc orange-pvc-cka13-trb modified correctly and it bound to PV as below but in result it is still marked as incorrect: -
student-node ~ ➜ kubectl get pvc orange-pvc-cka13-trb
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
orange-pvc-cka13-trb Bound orange-pv-cka13-trb 100Mi RWO 84m
Just need more detail how the answer is evaluated?