Merge pull request #696 from 3dwardch3ng/infra/intel-gpu-plugin

add script to install the CRDs
This commit is contained in:
2024-07-27 03:29:53 +10:00
committed by GitHub

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
# CRDs for the Intel GPU Device Plugin
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."