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

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

View File

@@ -1,6 +1,10 @@
#!/bin/bash
set -e
# CRDs for the kubernetes-sigs' Application CRD
echo "Installing CRDs for the kubernetes-sigs' Application CRD..."
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/application/master/config/crd/kustomization.yaml
# 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