Unable to create certificate signing request objects

I am getting the below error while trying to create certificatesigningrequest objects on KodeKloud lab environment. Could you please help me get past this issue?

no matches for kind “CertificateSigningRequest” in version “certificates.k8s.io/v1

which version of kubernetes are you using… If it is below 1.18 you need to use “certificates.k8s.io/v1beta1

Thanks! I am able to get past the error now

Glad to hear issue is resolved !..