From 7b1059cfe42d9b6df4d01a8dec45a78605d3023b Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 27 Jul 2024 03:29:44 +1000 Subject: [PATCH] add script to install the CRDs --- scripts/5.install-crds.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/5.install-crds.sh b/scripts/5.install-crds.sh index bb20bcb..4b37014 100644 --- a/scripts/5.install-crds.sh +++ b/scripts/5.install-crds.sh @@ -2,4 +2,7 @@ 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 \ No newline at end of file +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." \ No newline at end of file