Merge pull request #696 from 3dwardch3ng/infra/intel-gpu-plugin
add script to install the CRDs
This commit is contained in:
8
scripts/5.install-crds.sh
Normal file
8
scripts/5.install-crds.sh
Normal 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."
|
||||
Reference in New Issue
Block a user