add script to install the CRDs

This commit is contained in:
2024-07-27 03:37:01 +10:00
parent 7b1059cfe4
commit 7237b12431

View File

@@ -1,6 +1,10 @@
#!/bin/bash #!/bin/bash
set -e 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 # CRDs for the Intel GPU Device Plugin
echo "Installing 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 kubectl apply -f https://raw.githubusercontent.com/intel/helm-charts/main/charts/device-plugin-operator/crds/deviceplugin.intel.com_gpudeviceplugins.yaml