Misleading exercise description - PVs/PVCs

Hello, while doing the lab for PV and PVCs I found that you request a volume name (PV) to be created with name “claim-log-1”, while in reality you want the PVC to be called that way.

I attach the screenshot of my exercise, where my PVC called “my-pv” was linked to PV “claim-log-1”. This should actually be correct, as you want the Volume Name (PV) to be called “claim-log-1”, but it was marked as not passed.

I had to call my PVC “claim-log-1” to have it green. Could you please change the description and put Volume Claim Name instead of Volume Name?

Thanks.

Hi @Mundofik

Can you please share the link to the lab?

I think it is this one: CKA Certification Course - Certified Kubernetes Administrator Course | KodeKloud

@Mundofik

Yes, there seems to be a typo in the question here.

  • The PV needs to named as pv-log, which is correctly defined in previous question
  • The PVC should be named claim-log-1, which in the question is termed as Volume Name.

I’ll report this to the lab team and get it fixed as soon as possible.

Thanks for highlight this.

Regards.

Hi @Mundofik

The above issue is fixed:

Regards.

Thank you very much @Santosh_KodeKloud !