I am running testing out the GKE demo
- step 1. The script
demo/clusters/gke/create-cluster.sh to create a GKE cluster
- step 2. The script
demo/clusters/gke/install-dra-driver-gpu.sh to install dra driver
While applying the demo/specs/mig+mps/sharing-demo-parameters.yaml spec, I got the below errors. I suppose the CRDs are install by the install-dra-drive-gpu.sh script which includes the helm command
resource mapping not found for name: "gpu-ts-sharing" namespace: "sharing-demo" from "demo/specs/mig+mps/sharing-demo-parameters.yaml": no matches for kind "GpuClaimParameters" in version "gpu.resource.nvidia.com/v1alpha1"
ensure CRDs are installed first
resource mapping not found for name: "gpu-mps-sharing" namespace: "sharing-demo" from "demo/specs/mig+mps/sharing-demo-parameters.yaml": no matches for kind "GpuClaimParameters" in version "gpu.resource.nvidia.com/v1alpha1"
ensure CRDs are installed first
resource mapping not found for name: "mig-ts-sharing" namespace: "sharing-demo" from "demo/specs/mig+mps/sharing-demo-parameters.yaml": no matches for kind "MigDeviceClaimParameters" in version "gpu.resource.nvidia.com/v1alpha1"
ensure CRDs are installed first
resource mapping not found for name: "mig-mps-sharing" namespace: "sharing-demo" from "demo/specs/mig+mps/sharing-demo-parameters.yaml": no matches for kind "MigDeviceClaimParameters" in version "gpu.resource.nvidia.com/v1alpha1"
ensure CRDs are installed first
I also noticed that the deployments/helm/nvidia-dra-driver-gpu helm chart which get installed doesn't has any CRDs that create the resources related to gpu.resource.nvidia.com
I am running testing out the GKE demo
demo/clusters/gke/create-cluster.shto create a GKE clusterdemo/clusters/gke/install-dra-driver-gpu.shto install dra driverWhile applying the
demo/specs/mig+mps/sharing-demo-parameters.yamlspec, I got the below errors. I suppose the CRDs are install by theinstall-dra-drive-gpu.shscript which includes the helm commandI also noticed that the
deployments/helm/nvidia-dra-driver-gpuhelm chart which get installed doesn't has any CRDs that create the resources related togpu.resource.nvidia.com