Hi, How do we know which versiob to choose here ? controlplane $ k create -f csr . . .

Deepak Mourya:
Hi, How do we know which versiob to choose here ?
controlplane $ k create -f csr.yaml
error: unable to recognize “csr.yaml”: no matches for kind “CertificateSigningRequest” in version “http://certificates.k8s.io/v1|certificates.k8s.io/v1

Murthy Pitchika:
https://stackoverflow.com/questions/65857310/kubectl-unable-to-recognize-csr-yaml-no-matches-for-kind-certificatesignin

Tej_Singh_Rana:
Hello, @Deepak Mourya
Look at first cluster version then look at api version which is available for CSR.

kubectl explain csr 

Deepak Mourya:
@Tej_Singh_Rana @Murthy Pitchika Thanks, I will try again :slightly_smiling_face: