add script to install the CRDs

This commit is contained in:
2024-07-27 03:29:44 +10:00
parent 7335517cdd
commit 7b1059cfe4

View File

@@ -2,4 +2,7 @@
set -e set -e
# CRDs for the Intel GPU Device Plugin # 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 echo "Installing 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
echo "The CRDs installed."