diff --git a/scripts/5.install-crds.sh b/scripts/5.install-crds.sh new file mode 100644 index 0000000..bb20bcb --- /dev/null +++ b/scripts/5.install-crds.sh @@ -0,0 +1,5 @@ +#!/bin/bash +set -e + +# CRDs for the Intel GPU Device Plugin +kubectl apply -f https://raw.githubusercontent.com/intel/helm-charts/main/charts/device-plugin-operator/crds/deviceplugin.intel.com_gpudeviceplugins.yaml \ No newline at end of file