add script to install the CRDs
This commit is contained in:
5
scripts/5.install-crds.sh
Normal file
5
scripts/5.install-crds.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user