I’m a newbye trying to install Entando. I’m following instruction found in the page “v6.2/docs/getting-started/#add-custom-resources.”
Once I run the curl command to download the dist/crd directory and run kubectl create to create the custom resources I receive several error messages:
PS C:\coding\kubernetes\Entando\dist\crd> kubectl create -f .
resource mapping not found for name: “entandoapps.entando.org” namespace: “” from “EntandoAppCRD.yaml”: no matches for kind “CustomResourceDefinition” in version “apiextensions.k8s.io/v1beta1”
ensure CRDs are installed first
…
Even if I change the version from v1beta1 to v1 the resource mapping is working. Did I miss anything or is it missing something in the process I’m following?