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