I am trying to Install the Cluster Agent with the Kubernetes CLI I am getting the below error #kubectl create -f cluster-agent.yaml error: error validating "cluster-agent.yaml": error validating data: [ValidationError(Clusteragent.spec): unknown field "account" in com.appdynamics.v1alpha1.Clusteragent.spec, ValidationError(Clusteragent.spec): unknown field "appName" in com.appdynamics.v1alpha1.Clusteragent.spec, ValidationError(Clusteragent.spec): unknown field "controllerUrl" in com.appdynamics.v1alpha1.Clusteragent.spec, ValidationError(Clusteragent.spec): unknown field "serviceAccountName" in com.appdynamics.v1alpha1.Clusteragent.spec]; if you choose to ignore these errors, turn validation off with --validate=false When i change the apiVersion: appdynamics.com/v1 kubectl create -f cluster-agent.yaml error: resource mapping not found for name: "k8s-cluster-agent" namespace: "appdynamics" from "cluster-agent.yaml": no matches for kind "Clusteragent" in version "appdynamics.com/v1" ensure CRDs are installed first Please help me to resolve this kubectl version Client Version: v1.24.0 Kustomize Version: v4.5.4 Server Version: v1.22.6
... View more