No matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"

hi
i’m trying to follow the instruction here dev.entando .org/v6.2/docs/ getting-started/#add-custom-resources by using minikube in order to simulate a cluster in my local machine.
i get an error while running “sudo kubectl create -f dist / crd”

developer@developer-virtual-machine:~/Scrivania/entando$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
minikube Ready control-plane,master 42h v1.22.1

could you update the yaml files by removing the deprecated api version?

Thank you

Hi, @a.renzi.

Please make sure to use the latest documentation where possible. The latest version is v6.3.2 which I believe already has this addressed. See https://dev.entando.org/v6.3.2/docs/getting-started/#prepare-kubernetes instead of the much older v6.2 version.

Cheers,
Nathan